Enable plugins in LightEdit mode

已回答

How to enable some installed plugins in LightEdit mode? For example, if I can enable the bundled markdown plugin in LightEdit mode, I don't need to install extra markdown viewer/editor 

0

Hi, the markdown files should open without problems in LightEdit mode. Try to associate the .md file with the IDE or open it from the command line. See the blog post for more details.

Here are several issues regarding improving the markdown integration in LightEdit mode:

If you lack some other features feel free to raise a new issue in YouTrack using the template.

0
Avatar
Permanently deleted user

I mentioned markdown as it's just an example, the feature I want most in LightEdit mode is code reformatting for various file types, a common situation is that I need to modify a configuration file slightly, maybe of xml, json or properties type, and then restart a program or git commit, it will make me happier if I can see text formatted before save but I don't to wait for several minutes to open it in project mode. Also there are other features from plugins I want in that mode like view a file in Hex, recursive search of a string in a folder and running a command in terminal

0
Avatar
Permanently deleted user

I mean allow users to enable some plugins, allow users to decide

0

> Also there are other features from plugins I want in that mode like view a file in Hex, recursive search of a string in a folder and running a command in terminal

The LightEdit mode works as a text-like editor, and it doesn't support the usual IDE editor features such as code completion, code navigation, or the autosave functionality. For this reason, each feature request should be processed separately.

Feel free to raise a new issue in YouTrack using the template and describe each case with a bit more details.

> I want most in LightEdit mode is code reformatting for various file types, a common situation is that I need to modify a configuration file slightly, maybe of xml, json or properties type, and then restart a program or git commit, it will make me happier if I can see text formatted before save but I don't to wait for several minutes to open it in project mode.

Please vote on the related request IDEA-240936 to speed up the implementation process.

0

请先登录再写评论。