1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/DevTools/HackStudio/LanguageServers/Cpp
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
..
AutoComplete.cpp LanguageServers/Cpp: Find the right token under the cursor 2020-10-29 23:32:18 +01:00
AutoComplete.h LanguageServers/Cpp: Make token_in_position() return a StringView 2020-10-29 23:32:18 +01:00
ClientConnection.cpp HackStudio: Use new format functions. 2020-10-09 20:52:17 +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