File plugin assosiating
Answered
Hi all.
I have big project with many file types with same extensions.
Example:
files/nginx
files/apache
files/systemd
some/other_configuration
I want that all files in files/nginx open with assosiating with plugin idea-nginx
All files in files/apache open with assosiating with plugin apache-config--htaccess-support
and soon
How I can get it?
Thnx!
Please sign in to leave a comment.
File associations work only by file name pattern, you can't use the path of the file in the pattern.
Ok,
Is there any other way?
Maybe by the contents of the file?
Maybe by a comment in the header of the file?
There is an open request, please vote: https://youtrack.jetbrains.com/issue/IDEA-107807.