You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I think that this does belong to the language server 😬.
While it is true that the vscode extension defines the syntax highlighting, the feature that you want doesn't have anything to do with the subtypes capability of the LSP. Instead, I believe that what you want are Semantic Tokens. This deals with highlighting types and other language elements which the base implementation herein is not capable of.
LSP v3.17 adds subtypes. Is it possible to support them in VHDL-LS?
I am experiencing VHDL-LS in VSCode. I see that the custom type is highlighted during declaration.
But it is not highlighted when defining an instance of that type.
The same happens for subtypes. The subtype is highlighted during declaration:
But the instance type is not highlighted:
Please let me know, if I am wrong reporting here and the issue should be reported in server side project.
The text was updated successfully, but these errors were encountered: