I would like to find a way to open a file in Sublime Text 2 from Intellij IDEA (on Mac OS X), as to use its advanced text editing features on those occasions where writing "normal text" is not enough!
相关问题
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
- Configure gradle plugin based on future tasks
- How to make available “open this project in Intell
相关文章
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- In IntelliJ IDEA, how can I create a key binding t
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
- ImportError: No module named twisted.persisted.sty
- How can I vertically align my status bar item text
The following is as far as you can go, without getting your "hands dirty" with writing plugins; even so, it will open the file preserving cursor position and also add the file folder to the sidebar.
subl
(if you haven't already)Intellij IDEA
->Preferences...
[or press CMD+,]External Tools
(underIDE Settings
)Keep in mind that in the
Program
field you will need to put where you installedsubl
!Update for Sublime Text 3:
Assuming Sublime Text is in
/Applications
, you can use this for theProgram
field:/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl