aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/vhdl_ls.py
Commit message (Collapse)AuthorAgeFilesLines
* pyGHDL/lsp: add but disable code actionTristan Gingold2023-01-261-0/+8
|
* pyGHDL/lsp: add goto implementationTristan Gingold2023-01-261-0/+5
|
* pyGHDL/lsp: ignore cancelRequestTristan Gingold2023-01-261-0/+4
|
* pyGHDL/lsp: update, handle hoverTristan Gingold2023-01-261-2/+5
|
* pyGHDL/lsp: ignore setTrace requestTristan Gingold2022-06-261-0/+4
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-12/+2
|
* lsp/vhdl_ls.py: slightly improve log messageTristan Gingold2021-07-051-1/+1
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+150
* Rename 'python' to 'pyGHDL'. * Let 'thin' be 'libghdl'. * Move move 'pyutils.py' from 'python/libghdl/vhdl' to a separate package ('pyGHDL/libghdl/utils/'). * Update 'vhdl_langserver' accordingly. * Rename 'vhdl_langserver' to 'lsp'. * Move 'ghdl-ls' to 'pyGHDL/cli'.