VerilogLanguageExtension icon indicating copy to clipboard operation
VerilogLanguageExtension copied to clipboard

Verilog Language Extension for Visual Studio

Results 14 VerilogLanguageExtension issues
Sort by recently updated
recently updated
newest added

for example [picorv32.v line 433](https://github.com/gojimmypi/VerilogLanguageExtension/blob/master/TestFiles/picorv32.v.txt#L433) ![image](https://user-images.githubusercontent.com/13059545/71663411-677df700-2d55-11ea-945f-4b802125482b.png)

should not need to press any keys at initial file load time to force redraw for proper highlighting

per review: Need to add support for: ``` wire signed yxz; ``` xyz ends up not being recognized as a wire. It's the "signed" keyword that confuses it.

declarations inside of one module are note properly scoped for hover text definitions where there is more than one module defined in a given file with the same-named variable. For...