aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/references.py
Commit message (Collapse)AuthorAgeFilesLines
* pyGHDL/lsp: reformatTristan Gingold2022-06-041-3/+1
|
* pyGHDL/lsp: handle goto-reference on records elementsTristan Gingold2022-06-041-1/+3
|
* fix more codacy issuesumarcor2021-06-231-2/+2
|
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵Patrick Lehmann2021-01-101-1/+1
| | | | utf-8 encoding/decoding.
* Fixed references: Get_Is_Ref has only 1 parameter.Patrick Lehmann2021-01-071-1/+1
|
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+100
* 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'.