aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/document.py
Commit message (Collapse)AuthorAgeFilesLines
* pyGHDL: reformattingTristan Gingold2023-01-271-4/+4
|
* pyGHDL/lsp: add commentsTristan Gingold2023-01-261-1/+6
|
* pyGHDL/lsp: add goto implementationTristan Gingold2023-01-261-1/+1
|
* pyGHDL/lsp: update, handle hoverTristan Gingold2023-01-261-5/+34
|
* pyGHDL/lsp: load files as bytes stringTristan Gingold2022-06-251-2/+1
|
* black: rerun, to pick pyproject settingsumarcor2021-08-231-10/+3
|
* lsp/document.py: fix a typo in a call to _Replace_TextTristan Gingold2021-07-221-1/+1
|
* lsp/document.py: extend source buffer if necessary during reloadTristan Gingold2021-07-221-10/+16
|
* fix more codacy issuesumarcor2021-06-231-1/+1
|
* pyGHDL: automatically add type annotations for nodes.pyTristan Gingold2021-06-181-1/+1
| | | | Add missing types in _types.py, adjust lsp
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-171-1/+1
|
* pyGHDL: update formatting to black 21.4Xiretza2021-04-261-1/+1
|
* Make API more pythonic be replacing C-like byte arrays with str. Abstracted ↵Patrick Lehmann2021-01-101-2/+2
| | | | utf-8 encoding/decoding.
* rework 'python', rename to 'pyGHDL'umarcor2020-12-271-0/+226
* 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'.