File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ * Jetbrains IDEs and Emacs are best friend!
2
+ ** Support IDEs
3
+ - Android Studio: `studio'
4
+ - AppCode: `appcode'
5
+ - CLion: `clion'
6
+ - Gogland: `gogland'
7
+ - IntelliJ IDEA: `idea'
8
+ - PhpStorm: `pstorm'
9
+ - PyCharm: `charm'
10
+ - Rider: `rider'
11
+ - RubyMine: `mine'
12
+ - WebStorm: `wstorm'
13
+ ** Setup
14
+ Please run ~Tools > Create Command-line Launcher...~ by menu in your IDE.
15
+ *** .dir-locals.el
16
+ I encourage you to create a ~.dir-locals.el~ file in your project.
17
+ #+BEGIN_SRC emacs-lisp
18
+ ((nil . (jetbrains-ide "PhpStorm")))
19
+ #+END_SRC
20
+ *** Interoperability
21
+ You can return to Emacs from the IDE.
22
+ Please see follows article: [[https://developer.atlassian.com/blog/2015/03/emacs-intellij/][Quick Tip: Getting Emacs and IntelliJ to play together]]
23
+ ** FAQ
24
+ *** Q. Do you support proprietary software?
25
+ A. Partially, yes.
26
+
27
+ I am a supporter of the Free Software Movement.
28
+ However, since I am a lazy programmer, I know that the IDE's support can save
29
+ a lot of time and effort. Proprietary software is unethical, but some of them are
30
+ powerful and practical. The IDEs are a bit lacking in the charm of hacking.
31
+ I would like to increase the time we spend lazily away from business
32
+ by interoperating them.
33
+
34
+ When the practical development environment is completed by free softwares,
35
+ I will stop recommending you to proprietary software.
You can’t perform that action at this time.
0 commit comments