meanmail-dev / nginx-intellij-plugin

Intellij Plugin for Nginx configuration file
https://meanmail.dev/plugin/7
MIT License
56 stars 6 forks source link

Go to include files #6

Open twwd opened 3 years ago

twwd commented 3 years ago

Is your feature request related to a problem? Please describe. I use plenty of include statements in my configuration files. Unfortunately it is very cumbersome to get to the corresponding files.

Describe the solution you'd like I would like to be able to get to the included file via the Go To functionality (Ctrl + Click, Ctrl + B).

meanmail commented 3 years ago

This feature is implemented in the current version of the plugin

twwd commented 3 years ago

For me, it does only work with paths relative to the file that uses the include (e.g. ../snippets/security/hsts.conf) and not with paths relative to the config dir (e.g. snippets/security/hsts.conf).