开发者

Better regex search for visual studios?

The regex on visual studios is weird and non standard.

Is there an extension i can use 开发者_如何学Goto give me better regex? If not then what IDE or text editor can i use to find/replace text in a directory. I dont want to replace all at once, just find, look and decide to hit next or replace/next


You could use an external editor like Notepad++ (http://notepad-plus-plus.org/download). Most will have a "Find In Files" menu option that will search your solution's files and most accept regular expressions as well.

E.g. in Notepad++

  1. Go to Search > Find In Files...
  2. Set the Directory to wherever your solution or project is
  3. Make sure the Search Mode is set to Regular Expression
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜