mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "other.h"
|
||||
#include <stdio.h>
|
||||
|
||||
namespace MyNamespace {
|
||||
|
||||
int func()
|
||||
{
|
||||
int x = 1;
|
||||
@@ -12,3 +14,5 @@ int func()
|
||||
printf("x+y: %d\n", x + y);
|
||||
return x + y;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user