vscode-ruby-symbols
vscode-ruby-symbols copied to clipboard
Match spaces and underscores in pattern match.
Textmate has a Find Symbol In File also but one difference is that I can search "cool_" and "cool[space]" and they both mean the same thing. The space and underscore are interchangeable.
With this package I find that if I have a method call cool_stuff, I can not type in "cool[space]stuff", I have to specifically type in the underscore.
In my limited example, this is of course no problem, however if there is a Ruby file with many methods, it's so much easier to not have to type in underscores and use instead spaces. The Find In File works like this, cool_ and cool[space] are the same.
Thanks