Граф коммитов

143 Коммитов

Автор SHA1 Сообщение Дата
Ilya Danilkin 2bb53a5be0 Update gopls wiki links (#2852) 2019-11-04 12:01:50 -08:00
Ramya Achutha Rao 12369dd662 Add note on all features in languageServerExperimentalFeatures setting 2019-09-22 15:05:35 -07:00
Samantha Monteiro 2a16eb0947 Remove use of deprecated gometalinter (#2726) 2019-09-05 19:54:26 -07:00
James George 5f1010728a feat(docs): Include Table of Contents (#2634) 2019-07-06 22:40:29 -07:00
Ramya Achutha Rao 38f7af029b Update log issue instructions to include settings 2019-07-06 10:47:23 -07:00
Ramya Achutha Rao 172771ffb9 Add helpful links for gopls 2019-07-06 10:30:13 -07:00
Ramya Achutha Rao 019f4562f0 note on disabling format on save feature 2019-06-27 19:41:44 -07:00
Benjamin Kane e95ab0c028 Update README.md with link to Code Snippets (#2603) 2019-06-27 19:08:12 -07:00
Ramya Achutha Rao 9655d52754 gopls only supports versions > 1.10 2019-05-23 21:18:02 -07:00
Ramya Achutha Rao 30cedbb61f Remove note on codeActionsOnSave as it is enabled by default 2019-04-30 10:07:32 -07:00
Ramya Achutha Rao 5b40cfbf22 Add more details on gopls 2019-04-29 17:42:34 -07:00
Ramya Achutha Rao 0faec7e5a8 Add note on unused imports and formatting 2019-04-24 22:55:07 -07:00
Ramya Achutha Rao d0eed08835 Avoid gopls crash due to -trace flag #2459 2019-04-23 17:32:26 -07:00
Ramya Achutha Rao 65ef2ea383 Update readme with link to gopls issues 2019-04-23 13:55:20 -07:00
Ramya Achutha Rao 093dc32bdf Update readme for language server 2019-04-23 13:49:13 -07:00
Björn Tegelund a744683725 Update link to changelog (#2449) 2019-04-23 09:23:30 -07:00
Ramya Rao 8ea6e4708d
Use gopls for language server (#2383) 2019-03-28 15:17:01 -07:00
Chris Broadfoot 8de993af85 README: add link to commands for people new to vscode (#2390)
Fixes #2385
2019-03-22 16:46:07 -07:00
Ramya Achutha Rao 509b8c11da point to faq from readme 2019-03-11 19:39:10 -07:00
Sardorbek 53db6c537e Add staticcheck fixes: #2231 (#2232) 2019-01-08 10:52:59 -08:00
Ramya Rao 9c076562b4
Use go doc instead of godoc (#2096)
* Use go doc instead of godoc

* Use package import path

* Remove test code

* Support docs with blank lines

* Tests for hover feature

* Tests for resolveCompletionItem

* Linting
2018-11-06 10:26:10 -08:00
Ramya Rao 1ab7320de9
Language Server in Windows (#1866)
* Language Server in Windows

* Update docs
2018-10-31 10:58:42 -07:00
Joel Williams e14f791fba Tiny README changes (#2050)
Changed "Go meta linter" to title case as it is in the previous paragraph. Changed "OS X" to "MacOS" since this is the newer name of that operating system. Added a missing period.
2018-10-30 13:50:33 -07:00
Zachary Russell e9d0ddddc9 Add link to Golang's website (#2030) 2018-10-20 13:21:24 -07:00
Ramya Rao cb1869c4ba
Merge pull request #1977 from ProAdd-ons/Update-Variables-Reference 2018-10-16 14:06:05 -07:00
Forrest Cahoon 38c0295ac0 Fixed typo: wrong type of 'palette' (#2000) 2018-10-15 14:44:02 -07:00
Miguel Carvajal 735e69411d Update README.md (#2009) 2018-10-15 11:34:29 -07:00
Nguyen Long Nhat 676cf6baaa
${workspaceRoot} -> ${workspaceFolder} 2018-10-13 10:24:45 +07:00
Ramya Achutha Rao 8a522921f0 Re-arrange CLA, Code of Conduct etc. 2018-10-10 16:14:04 -07:00
chiijlaw 054f13dea2 Update README.md (#1972)
Update the README to include the Contributor License Agreement as part of the Microsoft Open Source Code of Conduct.
2018-10-10 15:56:59 -07:00
Ramya Achutha Rao f7bb680b25 Update README 2018-08-14 15:40:15 -07:00
Ramya Achutha Rao 9e7934c4a7 0.6.81 2018-06-04 11:33:22 -07:00
Mark Wolfe 5b6fa9fb52 doc(README) Fix the revive flags examples. (#1703) 2018-05-31 23:10:11 -07:00
Minko Gechev f78d12dc6f Add support for revive as lintTool (#1699) 2018-05-31 17:28:29 -07:00
golangci c2b53fdf05 Add support for golangci-lint as the lintTool (#1693)
* Add support for golangci-lint as the lintTool

* small improvements for golangci-lint support
2018-05-28 11:18:44 -07:00
Frederik Ring 372b0fec8a When using go-languageserver, also use code completion feature (#1607)
* When using go-languageserver, also use code completion

Instead of using go-code, use go-languageserver for providing
code completion results when enabled. Solves #1593

* Add naive feature detect for language server feature

In case executing the binary with an unknown flag does not yield
the -gocodecompletion flag in the help output, we assume the version
installed is out of date and prompt for updating

* Also consider case where -help might be added at some point in the future

* Pass func snippet completion pref, fall back to non-server completion when unsupported

* Check supported language server flags and filter before passing

* Use initializationOptions for triggering langserver based features

* Revert changes to langserver detection, merge onReady callbacks, show message about outdated langserver version

* Refactoring

* stricter checks
2018-05-27 10:37:57 -07:00
Ramya Achutha Rao db1273d359 Cleanup 2018-05-14 11:39:57 -07:00
Ramya Achutha Rao 913abf2643 Go-0.6.79-beta.4 2018-05-04 12:02:10 -07:00
Ramya Achutha Rao 481ddeddc8 Clarify the use of Go language server 2018-03-19 10:52:46 -07:00
Gerasimos (Makis) Maropoulos 57780bc8be Update README.md | fix generate* commands (#1577) 2018-03-14 20:00:44 -07:00
Robin Bartholdson 4884626bc3 add fillstruct tool (#1506)
* add fillstruct tool

* Refactoring

* add tests and remove config

* Fix tests

* Use best guess of start line when selection spans multiple lines

* Remove unused code

* Fix linting errors
2018-02-18 19:27:02 -08:00
Christian Winther 72f79a7775 Document how to install/update all the Go dependencies (#1512)
* Document how to install/update all the Go dependencies

* Update README.md
2018-02-17 19:29:32 -08:00
Anatoly Milkov b95d87d9dc Update README.md (#1518)
Punctuation refactoring.
2018-02-17 18:48:10 -08:00
Patrick Decat aae007dee6 Typo: disable-all => disable=all (#1505) 2018-02-10 18:53:49 -08:00
Ramya Achutha Rao f768e12207 Prepping 0.6.71 release 2018-01-05 11:16:21 -08:00
Ramya Achutha Rao 6b0fd86e1c Updated formatOnSave setting in README 2017-12-18 23:09:59 -08:00
Ramya Achutha Rao 0329600141 Disable gocodeAutobuild by default #1323 2017-11-08 15:52:02 -08:00
Frederik Ring f71af13762 add playground command (#1270)
* add playground command

enables the user to upload the current file or selection to the
go playground using package goplay - solves #1211

* separate tool execution from command logic, add test

* add tests for error case

* ensure better separation between tool calling and extension logic

* handle no active editor, clear output channel, check for tool availability by stat-ing binary location

* move all logic into function body

* Add tests back

* Fixing linting error
2017-11-06 16:40:52 -08:00
Ramya Rao 0c17f37f0f Update README.md 2017-09-20 18:48:57 -07:00
Ramya Achutha Rao 012254f453 Readme updates 2017-09-20 11:23:02 -07:00