nginx-intellij-plugin icon indicating copy to clipboard operation
nginx-intellij-plugin copied to clipboard

Go to include files

Open twwd opened this issue 4 years ago • 2 comments

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).

twwd avatar May 01 '21 12:05 twwd

This feature is implemented in the current version of the plugin

meanmail avatar May 30 '21 19:05 meanmail

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).

twwd avatar May 31 '21 06:05 twwd