nginx-intellij-plugin
nginx-intellij-plugin copied to clipboard
Go to include files
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).
This feature is implemented in the current version of the plugin
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).