Seth Gower

Results 11 issues of Seth Gower

When installing from the cargo crate, using `cargo install vhdl_lang`, `vhdl_lang -c vhdl_lang.toml --perf` failes with the panic message ``` thread 'main' panicked at 'Couldn't find installed libraries at /home/sgower/.cargo/bin/../../vhdl_libraries/vhdl_ls.toml.',...

FAQ

Currently there are a list of LSP clients that this works with, but [ALE](https://github.com/dense-analysis/ale) isn't supported. Would this be possible to add support for? I am not sure if it...

I was hoping this would be able to handle this properly, since I this is how the build system at my job works, but `compiledb` can't seem to capture the...

Cool program, I have run into an issue though. I am trying run it with my startup script, which also kills currently running processes of the same name, but I...

# Issue details Hello, Before I get into it, just wanna say that I absolutely love `hdl_checker`, it has made my development at work so much more streamlined. I have...

I think it would be a good improvement to add the ability to add custom `TYPE_PATTERNS` that match as a context item. For example, I am using [`tree-sitter-vhdl`](https://github.com/alemuller/tree-sitter-vhdl), and this...

enhancement

Hello, I apologize if this is because I am using the wrong regex for this, I am not great with regex. I am trying to align the `--` or `--!`...

### I've searched open & closed issues for similar requests Yes ### Package name vhdl_ls (rust_hdl) ### Package homepage https://github.com/VHDL-LS/rust_hdl ### Languages VHDL ### How is this package distributed? This...

help wanted
new-package-request

I don't know if the title is a great description, I can change it after. It would be nice if when you hover over a `constant` value that is used...

enhancement

Hello. It seems that the LSP is panicking and exiting with exit code `101` when I try to complete a port name. Minimal example: `vhdl_ls` version `v0.80.0` Client: Neovim with...