AnotherTest
e59a631511
HackStudio/LanguageServers: Move some components out of Cpp
...
This makes them available for use by other language servers.
Also as a bonus, update the Shell language server to discover some
symbols and add go-to-definition functionality :^)
2021-03-04 11:21:43 +01:00
Itamar
a94b5376bc
LanguageServers/Cpp: Update client asynchronously about symbols
...
As a document is parsed, the language server updates the client
asynchronously about symbol declarations it finds.
2021-02-27 16:37:35 +01:00
Itamar
02038a0ede
LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class
2021-02-08 23:10:38 +01:00
Itamar
fa18010477
HackStudio: Integate with C++ parser-based autocomplete
...
By default, C++ auto completion will still be performed by the
lexer-based logic.
However, the parser-based logic can be switched on via the menubar.
2021-01-27 21:10:57 +01:00