ishchenko / idea-nginx

nginx server support plugin for IntelliJ IDEA
Do What The F*ck You Want To Public License
140 stars 39 forks source link

Go to declaration opens NGINX documentation #61

Open WileESpaghetti opened 7 years ago

WileESpaghetti commented 7 years ago

I'd like to be able to use the IDE's "Go to declaration" functionality with NGINX directives.

I should be able to ctrl+ click on something like add_header and then have it open up the documentation for the directive (https://nginx.org/en/docs/http/ngx_http_headers_module.html#add_header) either in the editor or in a web browser.