Custom Code Folds [message #1796861] |
Sat, 20 October 2018 02:20 |
AnDrew Cooper Messages: 1 Registered: October 2018 |
Junior Member |
|
|
Other code editors I've used had the ability to add custom editor folds, similar to the default import, javadoc, and function folding by using comments to tag the start and end of a fold: e.g.,
//<editor-fold desc="What the text read when folded">
content of fold
//</editor-fold>.
becomes
What the text read when folded [...]
I can't seem to find this functionality in Eclipse: Is it not a feature of the base program? If so, is there a plugin that already exists which adds this functionality (I couldn't find one, but I've been known to obvious things by not looking in the right place); and if such a plug-in doesn't exist, where should I put an open request to have it developed by anybody interested in developing it?
|
|
|
Powered by
FUDForum. Page generated in 0.06853 seconds