ghdl-language-server icon indicating copy to clipboard operation
ghdl-language-server copied to clipboard

Language server based on ghdl

Results 18 ghdl-language-server issues
Sort by recently updated
recently updated
newest added

I'm very interested in ghdl_ls there are however some starting hurdles that I've got to overcome. **1. How does a project have to be setup for multiple libraries (not only...

I could not find the language server client in the marketplace (I'm sorry if this is my mistake and it is actually there, but I just couldn't find it!). Building...

The snippets and syntaxes are in rough form right now. The following should be added: ## Syntaxes The following keywords are not currently in the syntaxes * [ ] rising_edge/falling_edge...

The format of `hdl-prj.json` is currently undocumented. This is expected, since it is in a very early development stage and it is subject to change very frequently. However, since it...

Ref: [Multi-root workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces) where mentioned in [#5](https://github.com/ghdl/ghdl-language-server/issues/5#issuecomment-503262439). Currently, multi-root workspaces seem not to be supported. I added the following `hdl-prj.json` to VUnit's [examples/vhdl/array_axis_vcs](https://github.com/VUnit/vunit/tree/master/examples/vhdl/array_axis_vcs): ``` json { "options": { "ghdl_analysis": [...

Related to #4 and #5. Reproduction steps: - An `hdl-prj.json` is provided which contains paths to non-existing files. - A message is shown for each not found file, which is...

The extension looks for 'hdl-prj.json' in the root of the workspace only. However, it is reasonable for users to have multiple projects in different subdirs of the workspace. I think...

Readme mentions Vim as one of the options, but it's not straightforward to me how to do that. Is there a working example on how to set this up with...