mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LanguageServers: Add function to collect TODO entries in a document
This commit is contained in:
parent
c397e030f4
commit
26a7356e90
Notes:
sideshowbarker
2024-07-18 11:37:00 +09:00
Author: https://github.com/guerinoni
Commit: 26a7356e90
Pull-request: https://github.com/SerenityOS/serenity/pull/6614
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/itamar8910 ✅
Reviewed-by: https://github.com/linusg
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