Find operation with regexp support.
I wonder if we can let Wing support find
, say, Find Symbol
, with the regexp feature.
I wonder if we can let Wing support find
, say, Find Symbol
, with the regexp feature.
To enter a block of code:
Comments
Can you explain this request in more detail? Using the Edit > Find Symbol menu item is a way to find symbols anywhere in your project.
I mean the fuzzy search, e.g.,
ab.*
for filtering out all symbols starting withab
.What I'm seeing in Find Symbol is that it just stops working entirely after I type a few things. It should in general do a reasonably job of finding things like if you type ab it'll show things starting with ab first, then things contain ab, etc. In other words, it should do fuzzy search on its own but I think there is some sort of bug with it. We'll look into this soon. Thanks for reporting this!
No, no, I mean the general case with regexp feature, say, searching with
ab.*cd.*ef
and so on.It's supposed to do that automatically so something like abcdef will also find abonecdtwoef, but as noted I think there's something generally wrong with this, and I think I agree it's too simplistic and should offer options for search type so regex can be used.