Is there a way to search a string in all cls codes?
I'm working with a custom code in Studio and I'd like to know where a Class is being used.
The standard ctrl+f search only in current file.
Discussion (3)0
Comments
Use Find In Files:
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY…
ctrl+shift+F - Find in Files
Supports also, search by some kind of regular expression
Thanks!