How to open generated files in IDEA? #66
Answered
by
j178
openallzzz
asked this question in
Q&A
-
|
|
Beta Was this translation helpful? Give feedback.
Answered by
j178
Jan 28, 2023
Replies: 1 comment 5 replies
-
|
Hi 你需要修改 假如你的 IDEA 安装路径是 editor:
use: custom
command: 'C:\Program Files\JetBrains\IntelliJ IDEA\bin\idea64.exe'Ref: https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
j178
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
你需要修改
leetgo.yaml文件中editor部分的配置,因为 IDEA 目前还没有原生支持,你需要用自定义的命令来调用 IDEA。macOS/Linux 可以在 IDEA 中生成 command line launcher,Windows 系统的话会稍微麻烦一点。
假如你的 IDEA 安装路径是
C:\Program Files\JetBrains\IntelliJ IDEA的话,那么调用命令是C:\Program Files\JetBrains\IntelliJ IDEA\bin\idea64.exe,可以这样配置:Ref: https://www.jetbrains.com/help/idea/working-with-the-ide-features-from-command-line.html