eirikpre / VSCode-SystemVerilog

SystemVerilog support in VS Code
MIT License
127 stars 50 forks source link

Toggle Line Comment not working for Verilog Filelist? #223

Open musketon-be opened 9 months ago

musketon-be commented 9 months ago

Hello,

I have some files defined as 'Verilog Filelist'. I see that the syntax highlighting is in place, e.g. lines with '//' are indicated as comments. However, when I do 'Edit -> Toggle Line Comment' (or ctrl+/), then nothing happens. When editing Verilog/SystemVerilog files, then this works.

Something wrong/missing in the extension maybe?