Skip to content

Issues: golang/go

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

x/tools/gopls: completion: rank 'struct' higher than imported symbols FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#73713 opened May 14, 2025 by xieyuschen Unreleased
x/tools/gopls: completion: rank 'continue' higher inside a loop gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#73690 opened May 13, 2025 by xieyuschen gopls/backlog
x/tools/gopls: For generic function completion, don't complete with Name[|]() if type parameters can be inferred FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#72758 opened Mar 10, 2025 by hhhapz gopls/backlog
x/tools/gopls: usePlaceholders=false disables variable name suggestions when using the var! suffix completion gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#69626 opened Sep 25, 2024 by urandom gopls/backlog
x/tools/gopls: no completions provided in some seemingly straightforward cases gopls/completion Issues related to auto-completion in gopls. gopls/parsing Issues related to parsing / poor parser recovery. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#69492 opened Sep 16, 2024 by cespare gopls/backlog
x/tools/gopls: run completion using partial type checking of current package gopls/completion Issues related to auto-completion in gopls. gopls/performance Issues related to gopls performance (CPU, memory, etc). gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#68063 opened Jun 19, 2024 by xuhezhong gopls/backlog
x/tools/gopls: missing completion of current module packages gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#67528 opened May 15, 2024 by arcenik gopls/backlog
x/tools/gopls: add end of line commas during completion gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#67246 opened May 7, 2024 by seankhliao gopls/backlog
x/tools/gopls: improved completion of iterators gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#66637 opened Apr 1, 2024 by adonovan gopls/backlog
x/tools/gopls: provide useful snippets as completion suggestions for language keywords FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#65219 opened Jan 22, 2024 by hyangah gopls/backlog
x/tools/gopls: completions favour imports over local variables once a second letter is typed gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#65103 opened Jan 15, 2024 by Jackenmen gopls/backlog
x/tools/gopls: field completion on the target variable of a type switch is flakey gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#64709 opened Dec 13, 2023 by alecthomas gopls/backlog
x/tools/gopls: completion and quick fix for filling in type parameters in generic types FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/completion Issues related to auto-completion in gopls. gopls/generics Issues related to gopls' support for generics gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#64501 opened Dec 1, 2023 by suzmue gopls/backlog
x/tools/gopls: completion should also provide just the function name FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#64469 opened Nov 30, 2023 by pjweinb gopls/backlog
x/tools/gopls: express completion scoring in terms of down-ranking factors gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#63282 opened Sep 28, 2023 by findleyr gopls/backlog
x/tools/gopls: use common package name aliases in unimported completion and goimports FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/completion Issues related to auto-completion in gopls. gopls/imports gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#62193 opened Aug 17, 2023 by jhendrixMSFT gopls/backlog
x/tools/gopls: TestXxx() completions not working when location followed by newline, due to parser error recovery gopls/completion Issues related to auto-completion in gopls. gopls/parsing Issues related to parsing / poor parser recovery. gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#61371 opened Jul 15, 2023 by muchzill4 gopls/backlog
x/tools/gopls: increase max number of completion candidates for unimported packages FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#60988 opened Jun 25, 2023 by 110y gopls/backlog
x/tools/gopls: completion incorrectly offers embedded field shadowed by outer field gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#60069 opened May 9, 2023 by myitcv gopls/backlog
x/tools/gopls: autocomplete returns packages within excluded directories (per build.directoryFilters) gopls/completion Issues related to auto-completion in gopls. gopls/imports gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
#52347 opened Apr 14, 2022 by gonzojive gopls/backlog
x/tools/gopls: feature request: adding postfix snippets for errors FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#50550 opened Jan 11, 2022 by urandom gopls/backlog
x/tools/gopls: unimported completions offer circular imports gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. NeedsFix The path to resolution is known, but the work has not been done. Tools This label describes issues relating to any tools in the x/tools repository.
#41869 opened Oct 8, 2020 by stamblerre gopls/backlog
x/tools/gopls: add location-aware snippets for append and other utility methods FeatureRequest Issues asking for a new feature that does not need a proposal. gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
#39507 opened Jun 10, 2020 by A-UNDERSCORE-D gopls/backlog
x/tools/gopls: filter useless completion candidates gopls/completion Issues related to auto-completion in gopls. gopls Issues related to the Go language server, gopls. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Tools This label describes issues relating to any tools in the x/tools repository.
#37718 opened Mar 6, 2020 by muirdm gopls/backlog
ProTip! Type g i on any issue or pull request to go back to the issue listing page.