Folding

已回答

I have rather a large scripting project ( LUA ) that I've loaded into Intellj Community version..   I have sectioned off certain functions and labels for folding. Works well..   But when I close the editor and later come back to my project, all my folding is  expaned once again and it takes me hours to go through it all folding just the sections I want.

Does Intellij support fold saving / remembering  via internal setting or plugin support?

 

thanks.

0

By default, fold saving is available for the languages/constructs listed under Preferences/Settings | Editor | General | Code Folding.

Extra functionality for LUA files might be provided by e.g. this plugin: https://plugins.jetbrains.com/plugin/18098-lua

0

Thank you much.

 

0

请先登录再写评论。