mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
LanguageServers: Add function to collect TODO entries in a document
This commit is contained in:
parent
c397e030f4
commit
26a7356e90
12 changed files with 103 additions and 0 deletions
|
@ -3,4 +3,5 @@ endpoint LanguageClient
|
|||
auto_complete_suggestions(Vector<GUI::AutocompleteProvider::Entry> suggestions) =|
|
||||
declaration_location(GUI::AutocompleteProvider::ProjectLocation location) =|
|
||||
declarations_in_document(String filename, Vector<GUI::AutocompleteProvider::Declaration> declarations) =|
|
||||
todo_entries_in_document(String filename, Vector<String> todo_entries) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue