jomiller / vscode-rtags

RTags Client for Visual Studio Code
GNU General Public License v3.0
10 stars 0 forks source link

Workspace symbol search returns results that don't match the search pattern #13

Closed jomiller closed 5 years ago

jomiller commented 6 years ago

Using rc --find-symbols with --wildcard-symbol-names or --match-regexp returns results that don't match the search pattern, or that are not even symbols.

jomiller commented 5 years ago

This issue is mostly fixed in https://github.com/jomiller/vscode-rtags/commit/8484a68a848a8dab5907ff58e2f44c59be67f6de by using --match-regexp with a regex that filters out local variables from the result. The remaining issue of --match-icase not working with --match-regexp is being addressed in https://github.com/Andersbakken/rtags/pull/1242

jomiller commented 5 years ago

This issue is instead being addressed by https://github.com/jomiller/vscode-rtags/commit/685f73fef11cb2aac35a8a11d0cefcc606e0ef46 and https://github.com/Andersbakken/rtags/pull/1243

jomiller commented 5 years ago

The pull request was merged in https://github.com/Andersbakken/rtags/commit/0154493d11f8af27c6140b261bca7630a35f7c4f