xdBronch
Results
33
issues of
xdBronch
maybe should only be done for tuples since theyre more list-like and normal structs give the field completions after `.`. example of what this looks like in rust-analyzer and clangd,...
enhancement
take this example ```cpp struct S { void operator
bug
```c #define FOO() int main() { int FOO; } ``` hover, definition, references, and rename all treat the variable `FOO` as if it is the macro. documentHighlight however works correctly....
bug