Skip to content

emacs-php/jetbrains.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetbrains IDEs and Emacs are best friend!

Support IDEs

Android Studiostudio
AppCodeappcode
CLionclion
Goglandgogland
IntelliJ IDEAidea
PhpStormpstorm
PyCharmcharm
Riderrider
RubyMinemine
WebStormwstorm

Setup

Please run Tools > Create Command-line Launcher... by menu in your IDE.

.dir-locals.el

I encourage you to create a .dir-locals.el file in your project.

((nil . (jetbrains-ide "PhpStorm")))

Interoperability

You can return to Emacs from the IDE.

Please see follows article: Quick Tip: Getting Emacs and IntelliJ to play together

FAQ

Q. Do you support proprietary software?

A. Partially, yes.

I am a supporter of the Free Software Movement. However, since I am a lazy programmer, I know that the IDE’s support can save a lot of time and effort. Proprietary software is unethical, but some of them are powerful and practical. The IDEs are a bit lacking in the charm of hacking. I would like to increase the time we spend lazily away from business by interoperating them.

When the practical development environment is completed by free softwares, I will stop recommending you to proprietary software.