Verilog Extension for Visual Studio. Basic keyword highlighting for Verilog editing in Visual Studio (files with ".v" or ".verilog" extension). Free and Open Source. This is an initial version and my first experience at developing extensions for Visual Studio. Supported items include individual colorization for each Verilog keyword, Directive keywords are all currently highlighted the same color. Comment text in green, plus some code outlining with round, square, and squiggly brackets. Autocomplete still needs work. Install in Visual Studio via Tools - Extensions and Updates. This latest release includes colorization for keywords, variables, and bracket depth, along with hover text. PREVIEW: Synthesis directly in Visual Studio for iCEBreaker, Orange Crab, tinyFPGA and ULX3S (requires WSL and FPGA toolchain) Fixed in 0.3.3 is more syntax highlighting, particularly variable, write initialization hover text, initial load, etc. Fixed in 0.3.1 is syntax highlighting for VS2015 that stopped working when multiple different file extensions were added. Fixed in 0.2.1 is processing for large files. Files larger than 8K are now processed in the background. Upon completion of background processing, the viewport is not refreshed at this time. Mouse hovers and key presses can help nudge updates. Stay tuned for future releases coming soon. Set custom keyword colors in Suggestions and comments welcome; see GitHub issues, Pull Requests appreciated. |