summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/lsp
Commit message (Collapse)AuthorAgeFilesLines
* LSP: Fix spec violations that break the VSCode outlineHolonProduction2024-11-151-0/+2
|
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-084-10/+10
| | | | Found by apply the file_format checks again via #91597.
* Add unit test runner for autocompletionHolonProduction2024-01-058-0/+0
|
* Language Server: Improve hovered symbol resolution, fix renaming bugs, ↵BooksBaum2023-09-118-0/+529
implement reference lookup Co-Authored-By: Ryan Brue <56272643+ryanabx@users.noreply.github.com> Co-Authored-By: BooksBaum <15612932+booksbaum@users.noreply.github.com>