开发者

Is there a way to group methods/properties in the outline view of Aptana IDE

I've looked everywhere for a feature like this. I use the Aptana IDE (which is based on Eclipse) for my php development, and I use the outline feature a lot.

I enjoy xcode's 'pragma mark' feature, which lets you group sections of your source code together in 开发者_运维问答the outline view for quick reference. (Described here: http://cocoasamurai.blogspot.com/2006/09/tip-pragma-mark-organizing-your-source.html)

Is there anything like this for Aptana/Eclipse?


[EDIT: I wrote this blog post which explains further: https://peacocksoftware.com/blog/create-pragma-separator-eclipse-xcode ]

The closest I have found is to do one of these two things:

Create a dummy constant, or create a dummy function. Both will create entries in the outline. See screenshot. Personally, I think I like the constant better, because its icon in the outline makes it clear it isn't really a function.

Is there a way to group methods/properties in the outline view of Aptana IDE

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜