mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
namespace MyNamespace {
|
||||
|
||||
int func();
|
||||
|
||||
#define USE_VAR2
|
||||
@@ -12,3 +15,5 @@ struct StructInHeader {
|
||||
int var3;
|
||||
#endif
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user