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!
I would definitely go with Jetbrains IntelliJ. Sublime Text is pretty nice, but it doesn't have auto-completion for libraries and doesn't give a real code navigation functionality. It does have code completion based on the language and also records the typed instructions. It doesn't support interactive debuggers.
Sublime Text can now utilize your GPU on Linux, Mac and Windows when rendering the interface.
Run the IntelliJ IDEA app from the Applications directory, Launchpad, or Spotlight. Run the idea.sh shell script in the installation directory under bin. You can also use the desktop shortcut, if it was created during installation.
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
(under IDE Settings
)Keep in mind that in the Program
field you will need to put where you installed subl
!
Update for Sublime Text 3:
Assuming Sublime Text is in /Applications
, you can use this for the Program
field: /Applications/Sublime Text.app/Contents/SharedSupport/bin/subl
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With