go-lang-plugin-org / go-lang-idea-plugin

Google Go language IDE built using the IntelliJ Platform
https://plugins.jetbrains.com/plugin/5047
Other
4.57k stars 574 forks source link

Sourcegraph support #2592

Open ignatov opened 8 years ago

ignatov commented 8 years ago

Will be cool to have an external documentation fetched from Sourcegraph. See https://sourcegraph.com/github.com/golang/go/-/info/GoPackage/net/http/-/NewRequest and all requests to API in DevMode.

dlsniper commented 8 years ago

I was thinking of this and if we could do this with a side panel for the editor like the Markdown plugin does and render a Web page. Would that work?

ignatov commented 8 years ago

It's better to show a small popup with documentation or just open the browser. A side panel is a half backed solution.

ignatov commented 8 years ago

Guys from Sourcegraph already have a beta of native application for Mac OS X and a simple plugin for IntelliJ. Another options – just show usage examples right inside the IntelliJ.

dlsniper commented 8 years ago

Right, I'm also part of that Beta. I wonder if it's worth to keep this open then, I think it could be closed.