cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

Find referance finding ingores scope #70

Open reporter123 opened 5 years ago

reporter123 commented 5 years ago

If a variable of the same name is defined in more the one function "Find All References" treats them as the same. This not the expected behavior for C/C++ which considers such variables to be local to the function not global. This behavior in turn results in "Rename Symbol" not working as expected for such variables.