HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator

This commit is contained in:
Itamar 2021-03-23 12:32:45 +02:00 committed by Andreas Kling
commit 84e34d76d8
Notes: sideshowbarker 2024-07-18 21:07:23 +09:00
10 changed files with 52 additions and 13 deletions

View file

@ -75,6 +75,7 @@ public:
String name;
ProjectLocation position;
DeclarationType type;
String scope;
};
virtual void provide_completions(Function<void(Vector<Entry>)>) = 0;