sourcegraph / go-langserver

Go language server to add Go support to editors and other tools that use the Language Server Protocol (LSP)
https://sourcegraph.com
MIT License
1.17k stars 89 forks source link

Implement the 'textDocument/rename' command #337

Closed ccojocar closed 5 years ago

ccojocar commented 5 years ago

Thanks! I will try to add some tests in the next days. I see that is possible to spin up a tests langserver.

ccojocar commented 5 years ago

@keegancsmith I added some tests for rename command. Please could you have a look? Thanks

Dbz commented 5 years ago

Plus 1 for this. https://github.com/sourcegraph/go-langserver/issues/220

ccojocar commented 5 years ago

@keegancsmith Any chance to get this merged soon? Thanks

keegancsmith commented 5 years ago

ccojocar commented 19 days ago

Shit sorry, did not mean to ignore this. I'll take a look now.