Perl code editor with class explorer
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 :
Look at M-x imenu-tree in Emacs.
精彩评论