Can plugins control code-folding? Permanently deleted user 创建于 2002年11月16日 20:14 I want to be able to fold some specific part of the code that currently isn't foldable. Is there someway to do this with a plugin? Using PSI maybe?
Yes. You can use the Psi to fold code.
I wrote a plugin that folds for, while, switch, and if statements
that I will post tonight.
Kelly
On Sat, 16 Nov 2002 20:14:46 +0000, John Murph wrote:
currently isn't foldable. Is there someway to do this with a
plugin? Using PSI maybe?
That would be great. Thanks!