- 7cc24c2 gopls: upgrade staticcheck to v0.3.0 by Robert Findley · 3 years ago
- 1f763df internal/lsp: add semantic tokens for arrows in declarations by pjw · 3 years ago
- 74cea6e internal/imports: ignore some line directives by Peter Weinberger · 3 years ago
- 37acb39 internal/lsp: run vulncheck in specified dir by Suzy Mueller · 3 years ago
- 4077921 all: fix spelling by Dan Kortschak · 3 years ago
- ff66cbe internal/lsp: remove unused parameters from moduleAtVersion by Dylan Le · 3 years ago
- 153e30b internal/lsp/lsprpc: only propagate explicit GOWORK when using remote by Pontus Leitzler · 3 years ago
- cda13e2 internal/lsp: fix incorrect line and start of semantic tokens by hiroebe · 3 years ago
- b9a4807 internal/gopathwalk: remove unnecessary call to os.Lstat by Charlie Vieth · 3 years ago
- 54af36e internal/lsp: handle invalid URL args in command params by Hana · 3 years ago
- 707beb0 internal/lsp/source: descend into fields and field lists in qualifyExpr by Robert Findley · 3 years ago
- 1e5ae83 internal/lsp/command: remove unnecessary json struct tag by Hana · 3 years ago
- b7db7eb internal/lsp/cmd: add vulncheck command by Hana · 3 years ago
- 78ff15e tools: fix some typos by cuishuang · 3 years ago
- 4adaded internal/lsp/source: handle empty strings in directoryFilters by Robert Findley · 3 years ago
- 2536df9 internal/lsp/source: include builtin name in hovered signature by Robert Findley · 3 years ago
- cd31eaa internal/lsp/command: add RunVulncheckExp by Hana · 3 years ago
- 4737f45 internal/lsp/command: add VulncheckArgs/Result types by Hana · 3 years ago
- 9814b1b gopls: update settings link to code lenses by Robert Findley · 3 years ago
- 1428e83 lsp/completion: fix bogus generic func conversion by Muir Manders · 3 years ago
- cbdab03 lsp/completion: fix bogus type param candidate by Muir Manders · 3 years ago
- 3a6cbd6 lsp/completion: improve completion for func type params by Muir Manders · 3 years ago
- 86b02b3 internal/lsp/cache: check for nil WorkFile.Go by Robert Findley · 3 years ago
- 5ea13d0 internal/lsp/source: move doc links to the bottom of hover by Robert Findley · 3 years ago
- 779dfa4 internal/lsp: invalidate package on go.mod change with go.work by Suzy Mueller · 3 years ago
- c7b0e9a internal/lsp/template: fix processing of multi-line tokens by Peter Weinbergr · 3 years ago
- e998cd2 internal/lsp: remove unused code by Hana · 3 years ago
- 877ec07 internal/lsp/cache: remove unused code by Hana · 3 years ago
- 85d68bc internal/lsp: update LSP stubs, including provisional InlayHints by pjw · 3 years ago
- fb5dfde internal/imports: update stdlib index for 1.18 by Heschi Kreinick · 3 years ago
- 77aa08b internal/completion: default to regular completion for f.Fuzz without f.Add by Peter Weinbergr · 3 years ago
- 6799a7a internal/lsp/source: canonicalize objects in reference/rename requests by Robert Findley · 3 years ago v0.1.10
- 54a569a internal/imports: use first quote when matching import path by Josh Humphries · 3 years ago
- ee31f70 internal/lsp: add completion for use directives by Michael Matloob · 3 years ago
- 622cf7b internal/lsp/cache: copy workFile when invalidating workspace by Michael Matloob · 3 years ago
- c773560 internal/lsp/cache: set GOWORK=off when mutating modfiles by Robert Findley · 3 years ago
- 613589d internal/lsp: more precise completions for *testing.F fuzz methods by Peter Weinberger · 3 years, 1 month ago
- b105aac internal/lsp: use regexp to add go mod edit -go quick fix by Suzy Mueller · 3 years ago
- 03d333a internal/lsp: add snippet completion for function type parameters by Robert Findley · 3 years ago
- b59c441 internal/lsp/cache: always consider go.work files for ws expansion by Robert Findley · 3 years ago
- e562276 internal/lsp: add hover for go.work use statements by Michael Matloob · 3 years ago
- 121d1e4 internal/lsp: report diagnostics on go.work files by Michael Matloob · 3 years ago
- 3ce7728 internal/lsp/source: support stubbing concrete type params by Marwan Sulaiman · 3 years ago
- 3286927 internal/lsp/cache: construct workspace even when go.work has error by Michael Matloob · 3 years ago
- 4a5e7f0 internal/lsp: correctly apply file edits for edit go directive by Suzy Mueller · 3 years ago
- ffa170d internal/jsonrpc2_v2: fix a racy map assignment in readIncoming by Bryan C. Mills · 3 years ago
- 5d35a75 internal/jsonrpc2_v2: clarify documentation by Bryan C. Mills · 3 years ago
- c2ddf3d internal/lsp: add quick fix for unsupported feature by Suzy Mueller · 3 years, 1 month ago
- 9ffa3ad internal/lsp: Provide completions for test function definitions by pjw · 3 years, 1 month ago
- b7525f4 internal/lsp: hash go version into package key by Suzy Mueller · 3 years ago
- 5210e0c gopls: wire in LangVersion and ModulePath for gofumpt formatting by Robert Findley · 3 years, 1 month ago
- 258e473 internal/lsp/source: disable the useany analyzer by default by Robert Findley · 3 years, 1 month ago
- b7d2949 internal/lsp: don't store diagnostics for builtin.go by Matheus Alcantara · 3 years, 1 month ago
- 3e31058 internal/imports: update to permit multiple main modules by Michael Matloob · 3 years, 1 month ago
- 43f084e internal/typesinternal: update typesinternal for 1.18 by Suzy Mueller · 3 years, 1 month ago
- 897bd77 internal/gocommand: remove support for -workfile by Robert Findley · 3 years, 1 month ago
- adcfb65 internal/lsp/source: use the object as the hover source for type params by Robert Findley · 3 years, 1 month ago
- 411d040 internal/lsp/source: clean up the interface to hover information by Robert Findley · 3 years, 1 month ago
- 45aeaf7 internal/lsp/source: improve the heuristics for linkable identifiers by Robert Findley · 3 years, 1 month ago
- a317113 internal/lsp/source: fix hover on generic type declarations by Robert Findley · 3 years, 1 month ago
- 1f3875c internal/lsp/source: begin to refactor hovering with a HoverContext type by Robert Findley · 3 years, 1 month ago
- fd59bdf internal/lsp/source: adjust object position when formatting full AST by Robert Findley · 3 years, 1 month ago
- cda4201 internal/lsp/source: simplify Identifier.enclosing by Robert Findley · 3 years, 1 month ago
- c677677 internal/lsp/cache: let Session.getGoEnv query GOWORK by Hana · 3 years, 1 month ago
- 70c3ea2 gopls,internal/lsp: Implement method stubbing via CodeAction by Marwan Sulaiman · 3 years, 6 months ago
- 2ff4db7 go/analysis/passes/tests: Check malformed fuzz target. by Nooras Saba · 3 years, 2 months ago
- be40034 internal/lsp: add support for formatting go.work files by Michael Matloob · 3 years, 1 month ago
- 2405dce internal/lsp: use placeholders with prepare rename by Suzy Mueller · 3 years, 4 months ago
- c0b9fb5 internal/lsp/analysis/undeclaredname: suppress impossible quick fixes by Heschi Kreinick · 3 years, 1 month ago
- 9b156ee internal/lsp/source: provide full documentation of builtin types by fzipp · 3 years, 1 month ago
- caecc2b internal/typeparams: add a generic form of types.AssignableTo by Robert Findley · 3 years, 1 month ago
- 164402d internal/lsp/cache: set types.Config.GoVersion by Heschi Kreinick · 3 years, 1 month ago
- 6aaba77 internal/lsp/debug: add go version to gopls version output by Hana · 3 years, 1 month ago
- 414ec9c internal/lsp: add ListImports by Heschi Kreinick · 3 years, 1 month ago
- 597b165 internal/lsp/cache: use -workfile on 1.18 by Robert Findley · 3 years, 1 month ago
- 8305295 gopls: recognize the go.work file type by Robert Findley · 3 years, 1 month ago
- 962260a internal/lsp/source: remove the unused source.DetectLanguage by Robert Findley · 3 years, 1 month ago
- 3e30e21 gopls: remove the workspace_metadata command by Robert Findley · 3 years, 1 month ago
- 25d2ab2 internal/lsp/cache: fixes for workspace invalidation by Robert Findley · 3 years, 1 month ago
- 8d915b1 internal/lsp/cache: simplify workspace construction by Robert Findley · 3 years, 1 month ago
- 77f5fa5 internal/lsp/cache: replace old go.work parser with x/mod by Robert Findley · 3 years, 1 month ago
- 4da8ceb internal/lsp/source: remove the unused UpdateUserModFile invocation flag by Robert Findley · 3 years, 1 month ago
- 727dfdb internal/lsp/source/completion: add conventional acronyms for type names by Shoshin Nikita · 3 years, 1 month ago
- c009ab4 internal/lsp/completion: the inserted text should be what is shown to the user by pjw · 3 years, 1 month ago
- eeb95ae gopls: make 'fastfuzzy' the default fuzzy matcher for workspace symbols by Robert Findley · 3 years, 1 month ago
- ea5e1dc internal/typeparams: add a helper to return the origin method by Robert Findley · 3 years, 2 months ago
- a739c97 internal/lsp/fake: retry ioutil.ReadFile on plan9 if it fails due to exclusive use by Bryan C. Mills · 3 years, 1 month ago
- 82366c6 internal/lsp/fake: in WriteFileData, retry writes that fail with ERROR_LOCK_VIOLATION on Windows by Bryan C. Mills · 3 years, 1 month ago
- f6067dc gopls: cleanup the main help pages by Ian Cottrell · 3 years, 3 months ago
- dfda270 gopls: use the = form in flag parameter printing rather than a space by Ian Cottrell · 3 years, 4 months ago
- 5ad7054 gopls: add long forms for all the 1 rune flags by Ian Cottrell · 3 years, 4 months ago
- 217a9fc gopls: take control of the flag printing by Ian Cottrell · 3 years, 4 months ago
- afd524f gopls: clean up the help text by Ian Cottrell · 3 years, 4 months ago
- ec9a7de gopls: write out the raw usage text by Ian Cottrell · 3 years, 4 months ago
- 461d130 internal/lsp: include receiver type parameters when completing receivers by pjw · 3 years, 2 months ago
- fe74b5f internal/template: return available semantic tokens even on template error by pjw · 3 years, 1 month ago
- 772a399 internal/template: return a Source with template diagnostics by pjw · 3 years, 1 month ago
- c20fd7c internal/lsp/regtest: eliminate arbitrary timeouts by Bryan C. Mills · 3 years, 2 months ago v0.1.9
- 135972e gopls/internal/regtest/codelens: use the test's deadline instead of a hard-coded timeout by Bryan C. Mills · 3 years, 2 months ago
- 84f205d internal/typeparams/example: start adding a guide to generics for tools by Robert Findley · 3 years, 2 months ago