mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 07:09:47 +00:00
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
This commit is contained in:
parent
6054a418e5
commit
84e34d76d8
Notes:
sideshowbarker
2024-07-18 21:07:23 +09:00
Author: https://github.com/itamar8910
Commit: 84e34d76d8
Pull-request: https://github.com/SerenityOS/serenity/pull/5924
10 changed files with 52 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue