Following this question, it seems that it is possible to open a file from the shell with IntelliJ on MAC.
IntelliJ: how to open files in an existing IntelliJ from the command line
Is there anything something similar for Ubuntu?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can associate the files with
IDEA_DIR/bin/idea.shfile. Or even better, useTools| Create Command-line Launcher…Then you can open files in IDEA using the following command:
idea FileName.java