Tagged: Code Folding
- This topic has 3 replies, 3 voices, and was last updated 6 years, 5 months ago by Brian Fernandes.
-
AuthorPosts
-
LofiParticipantIs there a recommended code folding plugin for MyEclipse similar to what #region does in Visual Studio?
I’ve seen that there’s a plugin called coffee-bytes but it’s said to not work always, so I thought I’d ask first, maybe there’s something for or directly in ME?
Thank you very much!
support-swapnaModeratorLofi,
Thank you for asking. I tried to install Coffee Bytes plugin to MyEclipse 2017 but it does not work as expected. It looks like the plugin does not work in recent releases of Eclipse and is no longer maintained.
Can you please let us know in which editors you want to use this feature?
Our new product, CodeMix is an Eclipse plugin that brings VS Code smarts, and Code OSS extensions to Eclipse. CodeMix can be installed to MyEclipse for better development experience.
Please read this FAQ for more details about CodeMix : https://www.genuitec.com/forums/topic/use-codemix-to-improve-your-angular-dev-experience-right-now/–Swapna
Genuitec Support
LofiParticipantI’d like to have it in the Java editor. Basically it’s improved code folding. It’s beyond me why such hasn’t been implemented in Java yet over the years.
This is how it’s in C#
Can CodeMix do custom code folding, e. g. by defining a region via comment like
// BeginRegion Variables
…
// EndRegionso that the region is automatically collapsed to
+ Variables
when I open a class? I couldn’t find anything about improved folding options in the CodeMix documentation.
Brian FernandesModeratorLofi,
We haven’t yet transferred the code-folding capabilities from VS Code into CodeMix – I forgot to highlight this when we first suggested CodeMix, apologies. However, this is a key item on our list, so it is coming to the product for sure – and yes, it should be able to do the folding by region when it lands.
Speaking about Java specifically, given that the Eclipse Java editor is far superior to what you would get through VS Code, we don’t default to using the CodeMix Java editor (though it would be available, with the folding capabilities). We’ll be able to say more when the tech lands. Thank you for asking and highlighting the need.
-
AuthorPosts