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

9 Коммитов

Автор SHA1 Сообщение Дата
Yan Zhang 2e9700138d
Retrieve completion item from local Maven repo on the fly (#222) 2019-01-23 12:30:44 +08:00
Yan Zhang 24e6785fee
Use Maven Central Repository search API to complete POM file (#221)
* Completion using maven search api, TBC

* Parse the whole xml document to get more context info

* Add completion for artifact id

* Add completion for version

* Tune local/central completion providers.

* Add default version range of LATEST

* Distinguish completion items from local/central provider
2019-01-22 16:36:45 +08:00
Yan Zhang 5b3a349990
Provide completion in more cases. (#212)
* Always provide code snippet.

* Refine completion for groupId/artifactId/version.
2019-01-04 15:05:23 +08:00
Yan Zhang 8ba0d51854
Allow to switch flat/hierarchical view of projects & modules (#202)
* Add config to specify the way of viewing maven projects.

* Organize Maven project nodes according to the config.

* Add commands to switch between flat/hierarchical view.

* Add description for commands.
2018-12-28 16:20:26 +08:00
Yan Zhang a7a5c1b74d
Add a feature flag for the completion. (#199) 2018-12-28 09:46:01 +08:00
Yan Zhang 0b1194623a
Add space between English and Chinese characters. (#188)
* Add space between English and Chinese characters.

* Refine wording.
2018-12-17 15:34:20 +08:00
Yan Zhang 0f1714aba9 Allow to manually refresh plugin goals. (#158)
* Make the filename legal in Windows.

* Can refresh tree item.

* Reuse the MavenProject node to avoid extra calculation of effective-pom

* Rename maven.project.refreshAll to maven.explorer.refresh
2018-12-07 10:33:49 +08:00
Yan Zhang 3120dc1a9a Allow to view/execute plugin specified goals. (#157)
* Refactor and add Plugins node.

* Make explorer provider static.

* Can list plugin goals.

* Fetch plugins from effective-pom

* Add command to execute plugin goals

* Add icons for plugins

* Renaming.
2018-12-07 10:33:49 +08:00
Yan Zhang 6817a8ba66
Add Chinese localization for package.json (#147)
* Add Chinese localization for package.json

* Add Chinese localization for configuration descriptions.

* Update package.nls.zh.json

* Update package.nls.zh.json
2018-11-21 13:17:02 +08:00