Open file type with external tool by default on Linux
已回答
Hi! I am working on a project that uses lots of QT .ui files and would like to be able to open then just by clicking on them on the file explorer. I have configured a designer-qt as a external tool and it works if i right click and go to external tools -> designer, but is there a way i could make it work automatically when i click over this file?
This is what i have for file types ui:
But there's no way to edit or something like a "opens with" option.
请先登录再写评论。
Hi. It's not possible in CLion for now. Here is the related feature request: https://youtrack.jetbrains.com/issue/CPP-5359, feel free to comment or upvote. And here is a related feature request in the platform's tracker, but it's more general: https://youtrack.jetbrains.com/issue/IDEA-34823.
Note that you can configure a shortcut for your external tool, please see the instruction in our web help.
Please let me know in case you found/find an option