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

88 Коммитов

Автор SHA1 Сообщение Дата
Ramya Rao 708b2ad96c Use -imports-only option from go-outline (#550) 2016-10-26 00:22:45 -05:00
Ramya Rao 5d27d805f3 Temporary fix for golint in gometalinter breaking in Go 1.5 (#555) 2016-10-26 00:21:44 -05:00
Ramya Rao 06eabf74a2 Replace full path for vendor packages with relative path (#491) 2016-10-17 13:59:36 -07:00
roblou 2058b1d503 Fix typo in setting name 2016-10-11 13:40:53 -07:00
Ramya Rao b780d41e31 Add completion items for unimported packages (#497)
* Add completion items for unimported packages

* Use additionalTextEdits so that 'useCodeSnippetsOnFunctionSuggest' feature continues to work

* Add setting autocomplteUnimportedPackages, dont show imported pkgs
2016-10-06 16:48:46 -07:00
Cedric Lamoriniere 241c2dfdd7 Add support for gotests
Implements three new commands that use gotests:
- go.test.generate.package: generates all unit-test squeletons for
  the current package.
- go.test.generate.file: generates all unit-test squeletons for
  the current file.
- go.test.generate.function: generates unit-test squeleton for the
  selected function in the current file.
2016-10-06 20:40:32 +02:00
Ramya Achutha Rao 27f7681f1c Do not allow import for already imported pkgs 2016-10-06 10:45:29 -07:00
Ramya Achutha Rao 9ac767f641 skip golint install in travis if Go 1.5 2016-10-05 15:38:31 -07:00
Ramya Rao a0fa2d2a75 Fixes #13 Rename using diffs and parse diffs using diff-parse/diff npm modules (#477)
* Rename and Format using diffs if diff tool is available
2016-09-29 18:34:52 -07:00
Ramya Achutha Rao b16cf385d6 Passing goConfig to all 3 Test methods 2016-09-28 16:58:16 -07:00
Ramya Achutha Rao 545a17813f Move errors.go to a separate folder so that build errors do not affect other tests 2016-09-23 11:37:08 -07:00
Ramya Achutha Rao f8ce303d18 Pass env vars to tests via settings 2016-09-22 14:53:26 -07:00
Luke Hoban adab7013e2 Don't use vscode config directly in tests 2016-09-14 23:13:26 -07:00
Luke Hoban 79f35acf96 Fix lint errors 2016-08-21 16:49:08 -07:00
Luke Hoban 2207b62b24 Temporarily remove some flaky tests 2016-08-21 16:45:34 -07:00
Luke Hoban e141a3462e Use === 2016-08-15 23:07:07 -07:00
Luke Hoban 4a5a672412 Fix test for hover provider docs. 2016-08-15 22:55:18 -07:00
Luke Hoban 8c7d2d3640 Fix lint errors. 2016-08-15 22:47:16 -07:00
Luke Hoban 5de65a3aab Merge branch 'hover' of https://github.com/abarisain/vscode-go into abarisain-hover 2016-08-15 22:25:09 -07:00
Luke Hoban b8c7db79c6 Updates to fix Travis tests 2016-08-15 22:06:08 -07:00
Arnaud Barisain-Monrose 97da99d030 Add hover documentation unit test
This will possibly break if Println's documentation ever changes
2016-08-11 21:12:52 +02:00
Sjjad Hashemian 32c4e3e464 Add gometalinter test case 2016-05-09 19:45:08 +04:30
Sajjad Hasehmian 3293401b6e Add final newline 2016-03-27 13:18:06 +04:30
Luke Hoban 08a007d557 Add linting for .ts sources 2016-02-07 11:23:10 -08:00
Luke Hoban 184b50fb23 More test fixes 2016-02-01 15:25:22 -08:00
Luke Hoban 00788f4290 Test update 2016-02-01 14:43:59 -08:00
Luke Hoban 102e5590a3 Fix check results
And add tests!

Fixes #188.
2016-02-01 14:03:22 -08:00
Luke Hoban 3cb996f434 Cleanup .ts formatting 2016-01-29 13:36:01 -08:00
Luke Hoban c074e4ace4 Add SigHelp unit tests 2016-01-29 11:27:28 -08:00
Luke Hoban b27c0b5fce Update test 2016-01-27 13:45:29 -08:00
Luke Hoban 32f255bbea Initial work on travis setup 2016-01-27 13:23:23 -08:00
Luke Hoban b3771d5669 Add MIT license to .ts files
Fixes #172.
2016-01-27 12:37:35 -08:00
Luke Hoban 43a9d7741b A little more testing 2015-12-14 13:55:14 -08:00
Luke Hoban 3536dd2800 Use consistent whitespace 2015-11-28 16:14:59 -08:00
Erich Gamma 292664c7da fixed broken test 2015-11-06 16:24:05 +01:00
Johannes Rieken 4c7783e6de review feedback 2015-11-05 16:55:51 +01:00
Erich Gamma af1a2e4e78 adopting the new offset mapping APIs 2015-11-02 15:03:41 +01:00
Erich Gamma 2077aa9389 First test 2015-10-29 22:31:21 +01:00