1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:48:14 +00:00
serenity/DevTools/HackStudio/LanguageServers/Cpp
AnotherTest 34039d6639 HackStudio: Do not change the cursor in the LSP autocomplete request
The C++ completion somehow depends on this, so move that behaviour into
the C++ language server instead.
2020-10-04 23:12:28 +02:00
..
AutoComplete.cpp HackStudio: Relay completions requests to the language server unfiltered 2020-10-04 23:12:28 +02:00
AutoComplete.h HackStudio: Relay completions requests to the language server unfiltered 2020-10-04 23:12:28 +02:00
ClientConnection.cpp HackStudio: Do not change the cursor in the LSP autocomplete request 2020-10-04 23:12:28 +02:00
ClientConnection.h HackStudio: Relay completions requests to the language server unfiltered 2020-10-04 23:12:28 +02:00
CMakeLists.txt HackStudio: Abstract away language-server details 2020-10-02 20:47:57 +02:00
main.cpp HackStudio: Add C++ Language Server 2020-09-30 21:46:59 +02:00