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

Language server based on ghdl

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

Is ghdl-ls compatible with option `std=19` ? No matter which vhd file I use, the config file {"options": { "ghdl_analysis": [ "--workdir=work", "--ieee=standard", "--std=09"]}, "files": [ {"file": "src/ANY.vhd", "language": "vhdl",...

**Description** After installing ghdl using the latest commit, attempting to run `ghdl-ls` on Windows fails (tested on Fedora and it works fine). **Context** - OS: Windows 10 - Origin: Built...

Bumps [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) from 7.0.0 to 8.1.0. Commits See full diff in compare view Maintainer changes This version was pushed to npm by vscode-bot, a new releaser for vscode-languageclient since your...

dependencies

I have built and installed ghdl in: /home/r2com/eda/install/ghdl/ Then I went back to the source ghdl folder and ran: `pip install .` That did install the ghdl which I was...

Hello everyone! As i am new to the topic in general, i would be happy about getting support in order to get the VS-Code extension running. My steps so far:...

question

(Sorry, this is a particularly pedantic issue) The name of this repository is "ghdl-language-server" which strongly suggests that it contains the ghdl language server. However instead, it actually contains language...

Hello, I have set up the LSP using Neovim's built-in LSP and it is working fine. I have an auto completion plugin installed (compatible with LSP) and one thing that...

enhancement
question

When I use GHDL-LS with Neovim, if I open a source file not defined in the list of project files, GHDL-LS keep running, but as soon as I open a...

Most of the common VHDL LSP providers ([VHDL-Tool](https://www.vhdltool.com/configuration), [hdl_checker](https://github.com/suoto/hdl_checker/wiki/HOWTO:-Setting-up-a-project#using-json-file), [rust_hdl](https://github.com/VHDL-LS/rust_hdl)) allow to use glob patterns in the source files list, in their project configuration files: ````json /* * Sources can...

We're trying to run ghdl-ls on Neovim with coc.nvim, one of its LSP clients. An error occurs when doing that, we're trying to understand if this is a bug coc.nvim...