开发者

Perl code editor with class explorer

开发者_StackOverflow中文版

I setup Geany now, it's fine, but code navigation panel is very simple (tag-based):

+Package
    MyPackage1
    MyPackage2
+Functions
  MyPackage1Func1
  MyPackage1Func2
  MyPackage2Func1
  MyPackage2Func2

Whether there is editor with perl object model explorer support? Like that:

+Package
    +MyPackage1
    +Functions
      MyPackage1Func1
    MyPackage1Func2 
    +MyPackage2
    +Functions
      MyPackage2Func1
      MyPackage2Func2


I recommend Komodo or its free version Komodo Edit.

Here is the default Komodo code browser view :

Perl code editor with class explorer


Look at M-x imenu-tree in Emacs.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜