Intellij like Text Editor

亡梦爱人 提交于 2019-12-09 08:08:59

问题


I am Intellij user and get really used to it and especially it's keymap (all kinds of goodies for text: ctrl+w, alt+mouseDrag...). What I am looking for now is text editor for programming that would be familiar to Intellij way of work (in some sense).

  1. In ideal world, I would like to get similar keymap by default or have it as a plugin.
  2. Second best thing would be having keymap to be "very compatible" with Intellij when I set keymap manually. What I mean by that is that, often, its best to stick with tool's keymap, because it is designed in diferent way, for example, I when coming from Eclipse to Intellij, I tried to use eclipses bindings, however I came to conclusion that Intellij is not designed to work that way so I would be missing a lot and some things are not transferable at all.
  3. I am willing to pay.

What I have tried/trying: Notepad++ - Overal good, but annoying (unsaved files, all kinds of popups, even for search), no inline spell-checker. Sublime Text - Just started trying. Nice that it has good spell-checker, overall seems nice, no annoying popups. What seems to be deal breaker - it has very complex keymap itself, some bindings are not possible (some toggle "on/off: functionality). So it seems that overriding keymap would require a lot of effort and in the and I be missing a lot of sublime features and/or some functionality is not possible. UltraEdit - not tried, but thinking of trying. Also no inline spell-checker.


回答1:


I did Tools -> Create Command-line Launcher that creates a script in your PATH called idea. I always have IDEA open so when I need to modify some file I run

idea file-name

It is described here: https://www.jetbrains.com/help/idea/running-intellij-idea-as-a-diff-or-merge-command-line-tool.html. Notice that the action is not available on Windows, you have to edit the system PATH variable instead.



来源:https://stackoverflow.com/questions/17860767/intellij-like-text-editor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!