TerosTechnology / vscode-terosHDL

VHDL and Verilog/SV IDE: state machine viewer, linter, documentation, snippets... and more!
https://terostechnology.github.io/terosHDLdoc/
GNU General Public License v3.0
571 stars 46 forks source link

[Question] Syntax Checking while Typing #692

Closed thomas-woehrle closed 1 week ago

thomas-woehrle commented 3 weeks ago

Question

I set up Icarus (iverilog) and verible as syntax and style checkers as described in the documentation.

It works, however the syntax checks only happen upon saving not while typing. Is it possible to change that to have immediate feedback?

Example

Here, there is an obvious mistake but there is no visual indication of it:

image

only after saving do I get the indication:

image
thomas-woehrle commented 1 week ago

I am using Verible's language server now. Link to it