Search for file using Command-line Launcher
Answered
Is there a way to search for file by name using the Command-line Launcher? It seems to want a absolute path or project relative path.
For example, if I have a file at the path `/blah/blah/project/a/c.txt`. I can do `clion a/c.txt` or `/blah/blah/project/a/c.txt`, but not `clion c.txt`.
Eclipse support the latter and finds the first file path that ends with that string.
Please sign in to leave a comment.
Please submit a request at https://youtrack.jetbrains.com/issues/IDEA.
Thanks, I filed https://youtrack.jetbrains.com/issue/IDEA-185106.
I have a related question. It seems that `intellij diff` returns immediately. This is a problem with many diff/merge integrations that expect the command to not return until done with diff/merge. For example hg extdiff cleans up the files once the diff toll returns. And many rebase commands go to the next step once the diff tool returns.
It would be very helpful if there was a flag that could indicate it should not return until the diff window is closed (which would make it consistent with most diff tools). Something like 'intellij diff --waitTillDone file1.txt file2.txt`.
Please see the related requests:
https://youtrack.jetbrains.com/v2/issue/IDEA-137605
https://youtrack.jetbrains.com/v2/issue/IDEA-152266