I'm currently only using the standard B3D IDE but if the following feature exists in another, I would seriously consider changing.
Comment folding/hiding:
This would work pretty much in the same way function folding does. First, I'd like to be able to fold all comments so that only the top line of multi-line comments is displayed. The thinking here is that the top line of multi-line comments is a brief explanation, with subsequent lines going into greater detail.
Secondly, I'd like to able to hide all comment lines completely.
This feature would be extremely useful (to me, at least) as I want to heavily comment my current project's code so I can come back to it as-and-when and pick up where I left off with the minimum of fuss.
The only problem of 'over commenting' is that it gets in the way of following the actual code when you're trying to track down a bug, or whatever.
Would anyone else find this feature useful, and is there an IDE out there that already supports it?
Comment folding/hiding:
This would work pretty much in the same way function folding does. First, I'd like to be able to fold all comments so that only the top line of multi-line comments is displayed. The thinking here is that the top line of multi-line comments is a brief explanation, with subsequent lines going into greater detail.
Secondly, I'd like to able to hide all comment lines completely.
This feature would be extremely useful (to me, at least) as I want to heavily comment my current project's code so I can come back to it as-and-when and pick up where I left off with the minimum of fuss.
The only problem of 'over commenting' is that it gets in the way of following the actual code when you're trying to track down a bug, or whatever.
Would anyone else find this feature useful, and is there an IDE out there that already supports it?