Rockdoor / systemverilog

SystemVerilog extension for Visual Studio Code
MIT License
12 stars 3 forks source link

Help us make Verilog/SV support in VS Code better #6

Closed Raamakrishnan closed 6 years ago

Raamakrishnan commented 6 years ago

Hello,

I am one of the contributors to Verilog HDL support for VS Code. I request you to join with us to make Verilog/SystemVerilog support in VS Code better.

Our extension has been in development for a long time with people contributing to it in their free hours. We concentrated on supporting various linters and it has come so far so well. Recently we decided to support System Verilog also, as they both are very similar languages. You can read more about our development plans here.

I am impressed with the work you have put in using ANTLR4 to develop this extension. Especially, your syntax checking is just great. The amount of work done to support HDL languages in VS Code is very less. I feel it would be better for the open source community to join hands to build the best there can be. So, we request you to join us in developing our extension by combining it with your features.

Thank you for your time.

Rockdoor commented 6 years ago

Thanks for comments. I am afraid I have other work to do.

If you need ANTLR4 grammar files, you can copy and use it from this project (however the grammar is not completed). I hope you create great verilog extension that beats emacs or other nice editors.