- Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.
Milestone
Description
This is a feature request in gopls to experiment with LSP methods with dialog support. See more at microsoft/language-server-protocol#1164.
The purpose of this feature request is experimenting potential solutions that could fulfill the requirement of microsoft/language-server-protocol#1164. A solution can be either or combination of:
- Altering existing LSP methods. (twisting the purpose or introducing arguments of existing LSP)
- Proposing new LSP methods.
A few gopls/vscode-go feature request could benefit from this:
- golang/go#57016: support move type refactoring.
- golang/go#70583: support move declaration refactoring.
- golang/go#38028: support change signature refactoring.
- golang/vscode-go#2002: migrate gomodifytags require input from users.
The experiment will based on gopls + vscode-go.
Metadata
Metadata
Assignees
Labels
ToolsThis label describes issues relating to any tools in the x/tools repository.This label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.Issues related to the Go language server, gopls.