Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrehall68 committed Nov 12, 2024
1 parent 984b97a commit c717ce0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,30 @@

Inspired by the lack of editor support in existing Verilog extensions for VSCode, this repository contains a powerful, hand-written Verilog language server and an extension to use it with VSCode.

To use the extension, simply open the workspace containing your Verilog project. Assuming the project is opened in Trusted mode, the extension should be able to instantly provide feedback.

## Functionality

This Language Server works for Verilog files.

Current Features:

- Completions
- Go To Definition
- Go To Definition for modules
- Token Highlighting
- Warning Diagnostics
- Error Diagnostics

Roadmap Features:

- Error Diagnostics
- Go To Definition for variables
- Find all References
- Error-tolerant parser
- Improved Completions

## Run in Development Environment
## Contributing

If you want to contribute, you can get started by following the below steps:

- Clone this repository
- Run `npm install` in `client/`. This installs all necessary npm modules.
Expand Down

0 comments on commit c717ce0

Please sign in to comment.