Re: [go-nuts] go language sensitive editor?

2018-11-22 Thread Aram Hăvărneanu
On Thu, Nov 22, 2018 at 8:54 AM Bakul Shah wrote: > What would be helpful is if 'go doc' had an -n option to show > filename:linenumer next to the go definitions its shows so that I > can right click on it and see the source file with cursor on the > right line! I subscribe to that idea. --

Re: [go-nuts] go language sensitive editor?

2018-11-21 Thread Bakul Shah
On Nov 20, 2018, at 12:52 PM, Pat Farrell wrote: > > I know, this is both a FAQ and an unanswerable question. I'm an old > programmer who has used nearly every editor known to man. I am not a fan of > whole-universe IDEs, but can use them. I also speak vi/vim pretty fluently. > > What editors

Re: [go-nuts] go language sensitive editor?

2018-11-21 Thread Paul Jolly
> > To add to the responses below, a Language Server Protocol (LSP - > > https://microsoft.github.io/language-server-protocol/) implementation > > is also in the works > > Is there a link to share wrt 'in the works'? Sorry, yes, that was needlessly vague. We get updates from the Go tooling team

Re: [go-nuts] go language sensitive editor?

2018-11-21 Thread Jan Mercl
On Wed, Nov 21, 2018 at 11:58 AM Paul Jolly wrote: > To add to the responses below, a Language Server Protocol (LSP - > https://microsoft.github.io/language-server-protocol/) implementation > is also in the works Is there a link to share wrt 'in the works'? -- -j -- You received this

Re: [go-nuts] go language sensitive editor?

2018-11-21 Thread Paul Jolly
To add to the responses below, a Language Server Protocol (LSP - https://microsoft.github.io/language-server-protocol/) implementation is also in the works that will help to "level the playing field" for language awareness between editors. It will also make it possible to easily integrate new

Re: [go-nuts] go language sensitive editor?

2018-11-21 Thread Marko Ristin-Kaufmann
We use GoLand at our company. I used vim with plugins, but Goland is far superior when it comes to refactoring. Le mar. 20 nov. 2018 à 21:52, Pat Farrell a écrit : > I know, this is both a FAQ and an unanswerable question. I'm an old > programmer who has used nearly every editor known to man. I

Re: [go-nuts] go language sensitive editor?

2018-11-20 Thread Ian Lance Taylor
On Tue, Nov 20, 2018 at 12:52 PM, Pat Farrell wrote: > > I know, this is both a FAQ and an unanswerable question. I'm an old > programmer who has used nearly every editor known to man. I am not a fan of > whole-universe IDEs, but can use them. I also speak vi/vim pretty fluently. > > What editors

Re: [go-nuts] go language sensitive editor?

2018-11-20 Thread Jan Mercl
On Tue, Nov 20, 2018 at 9:52 PM Pat Farrell wrote: > I know, this is both a FAQ and an unanswerable question. I'm an old programmer who has used nearly every editor known to man. I am not a fan of whole-universe IDEs, but can use them. > I also speak vi/vim pretty fluently. (g)vim + vim-go:

Re: [go-nuts] go language sensitive editor?

2018-11-20 Thread Mark Volkmann
I'm sure you'll get lots of opinions on this. VS Code is working great for me. On Tue, Nov 20, 2018 at 2:52 PM Pat Farrell wrote: > I know, this is both a FAQ and an unanswerable question. I'm an old > programmer who has used nearly every editor known to man. I am not a fan of > whole-universe

[go-nuts] go language sensitive editor?

2018-11-20 Thread Pat Farrell
I know, this is both a FAQ and an unanswerable question. I'm an old programmer who has used nearly every editor known to man. I am not a fan of whole-universe IDEs, but can use them. I also speak vi/vim pretty fluently. What editors do folks use for go? I'd like something that can complete