mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
The parser-based autocomplete engine is at a point where it's stable enough that I don't think there's a need for the lexer-based alternative anymore.
This commit is contained in:
parent
ddb278ab85
commit
b1531b78f6
11 changed files with 0 additions and 156 deletions
|
@ -8,6 +8,5 @@ endpoint LanguageServer
|
|||
set_file_content(String filename, String content) =|
|
||||
|
||||
auto_complete_suggestions(GUI::AutocompleteProvider::ProjectLocation location) =|
|
||||
set_auto_complete_mode(String mode) =|
|
||||
find_declaration(GUI::AutocompleteProvider::ProjectLocation location) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue