ladybird/DevTools/HackStudio/LanguageServers
Andreas Kling 18739ba87e LanguageServers/Cpp: Find the right token under the cursor
When the cursor is immediately to the right of a token, the cursor's
column will be token.end.column + 1, so take this into account when
choosing which token to autocomplete.
2020-10-29 23:32:18 +01:00
..
Cpp LanguageServers/Cpp: Find the right token under the cursor 2020-10-29 23:32:18 +01:00
Shell HackStudio: Use new format functions. 2020-10-09 20:52:17 +02:00
CMakeLists.txt HackStudio: Add a Shell language server 2020-10-04 23:12:28 +02:00
LanguageClient.ipc HackStudio: Relay completions requests to the language server unfiltered 2020-10-04 23:12:28 +02:00
LanguageServer.ipc HackStudio: Abstract away language-server details 2020-10-02 20:47:57 +02:00