Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/regex/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ruby 在texteditor中对整个项目进行高级搜索_Ruby_Regex_Editor_Sublimetext2_Textmate - Fatal编程技术网

Ruby 在texteditor中对整个项目进行高级搜索

Ruby 在texteditor中对整个项目进行高级搜索,ruby,regex,editor,sublimetext2,textmate,Ruby,Regex,Editor,Sublimetext2,Textmate,我正在寻找一种方法来搜索项目(ruby)中的所有文件,比如 搜索所有类方法(它们可以以def self.开头,但也可以嵌套在类中) 这在任何编辑器中都是可能的吗 是的。例如,看看带Robe的Emacs:看起来很有趣,但不幸的是只有Emacs。当我找到另一个解决方案时,我会将它发布在这里,这是您可以在中看到的一些最好的编辑器。

我正在寻找一种方法来搜索项目(ruby)中的所有文件,比如

  • 搜索所有类方法(它们可以以
    def self.
    开头,但也可以嵌套在
    类中)
    这在任何编辑器中都是可能的吗


    是的。例如,看看带Robe的Emacs:

    看起来很有趣,但不幸的是只有Emacs。当我找到另一个解决方案时,我会将它发布在这里,这是您可以在中看到的一些最好的编辑器。