pro711 / sublime-verilog

Verilog Package for Sublime Text 2/3
21 stars 17 forks source link

Several useful features for Verilog / SystemVerilog #6

Open Fynjisx26 opened 3 years ago

Fynjisx26 commented 3 years ago

In C ++ on qt there is such a feature: shading the code in the ifdef … else … endif block branch if the parameter is not defined. Would be very useful on Verilog/SystemVerilog for large projects, with hundreds / thousands of parameters in different project files. Underline the include files if they are not found; Ability to open include files by Ctrl + Click on hover. ctrl + click on any variable in the code throws it to the place of its declaration. When connecting submodules, if you put (or already stand between the brackets, it will display a pop-up menu with possible signals How can I contact the author of the SystemVerilog / Verilog plugin?