Replies: 2 comments
-
Hey @Godhart , At the moment I focusing on getting 3.0.0 released, but you are not the first person to ask about VSCode integration. Unfortunately it looks like extensions are written in either JavaScript or TypeScript, so I can't just pass the contents of the file in. The example you are going to try sounds similar to what I do for VIM, and it seems like the only real solution. Please keep me informed on how it goes. When you get it working we can add some documentation on how to set it up for VSCode. Regards, --Jeremy |
Beta Was this translation helpful? Give feedback.
-
Hey @Godhart, I just received an issue where @Zalfrin figured out how to run VSG as a task in VSCode. I will be working on documenting the method based on his implementation. --Jeremy |
Beta Was this translation helpful? Give feedback.
-
Hello! Do anyone knows about VSG integration into VSCode?
I know guys from TerosHDL are using VSG in their extension to format code.
But what I really want is full fledged integration - with all that messages and quick-fixes.
I'm going to try something like that: https://stackoverflow.com/questions/65793046/is-it-possible-to-define-custom-local-linters-in-vscode, but not sure if I get all I want. And may be there is a better way or VSCode plugin is planning soon?
Beta Was this translation helpful? Give feedback.
All reactions