aboutsummaryrefslogtreecommitdiff
path: root/gopls/doc
AgeCommit message (Expand)Author
2020-03-27internal/lsp/analysis: add quickfix for "no result values expected"Rohan Challa
2020-03-27internal/lsp/analysis: add quickfix for undeclared variableRohan Challa
2020-03-26internal/lsp/analysis: add simplify-slice pass from "gofmt -s"Rohan Challa
2020-03-26internal/lsp/analysis: add simplify-composite-lit pass from "gofmt -s"Rohan Challa
2020-03-26internal/lsp/analysis: add pass for unused parametersRohan Challa
2020-03-26internal/lsp/analysis: add simplify-range pass from "gofmt -s"Rohan Challa
2020-03-26internal/lsp: change disabledAnalyses setting to be generalRohan Challa
2020-03-19gopls/doc: add documentation for "local" configurationRebecca Stambler
2020-03-12gopls/doc: update daemon.md and remove 'experimental' caveatsRob Findley
2020-03-06internal/lsp: support textDocument/formatting for .mod extensionRohan Challa
2020-02-28gopls/doc: update godoc.org to pkg.go.devMarwan Sulaiman
2020-02-27gopls/doc: add documentation for running gopls as a daemonRob Findley
2020-02-24gopls/doc: Clear out fixed issuesJordan Christiansen
2020-02-07fix(readme): expected commaChristopher Loessl
2020-02-06gopls/doc: update VS Code settings to correspond with current defaultsRebecca Stambler
2020-01-25gopls/doc: document updating to an unstable versionAinar Garipov
2020-01-15gopls/doc: improve troubleshooting docs with specificsRebecca Stambler
2020-01-15gopls/doc: fix it's/its typoDamien Lespiau
2020-01-14gopls/doc: minor fixes in design.md and implementation.mdRob Findley
2020-01-13gopls/doc: fix 'Report the issue' bad linkKoichi Shiraishi
2019-12-30all: remove many cases of space-spaceDan Kortschak
2019-12-23gopls/doc: remove unnecessary settings from VSCode documentationRebecca Stambler
2019-11-30internal/lsp: link to the new pkg.go.dev instead of godoc.orgJędrzej Szczepaniak
2019-11-27gopls/doc: add documentation for gopls with AtomRebecca Stambler
2019-11-12gopls/doc: expand Emacs docsMuir Manders
2019-10-28Fix header level in settings.mdJosa Gesell
2019-10-17gopls/doc: fix issue links for vim-lscAinar Garipov
2019-10-14gopls/doc: instructions for adding settings in coc.nvimShengjing Zhu
2019-10-07Fix vscode config to watch file changesPanos Georgiadis
2019-10-02all: fix broken links to LSP specificationFazlul Shahriar
2019-09-23gopls/doc: fix typo in settingsRebecca Stambler
2019-09-23gopls: adding static check to the new gopls moduleIan Cottrell
2019-09-17gopls/doc: add instructions for VSCode remote developmentMatt Layher
2019-09-16gopls/doc/vim.md: enable suppress_stderr for natebosch/vim-lscAinar Garipov
2019-09-16gopls/doc: add and make minor changes to documentationRebecca Stambler
2019-09-12Fixed documentation for gopls installationDaniel Cormier
2019-09-11gopls/doc: update config settings in documentationRebecca Stambler
2019-09-11all: fix more typosAinar Garipov
2019-09-03gopls: fix typo in the design documentKarthik Nayak
2019-08-27cmd/gopls: add documentationIan Cottrell