268 Commits

Author SHA1 Message Date
Kris De Volder
6fd38e61a5 Bump version to 0.1.5 2018-02-22 23:24:47 +00:00
Martin Lippert
892cc31f95 removed self-maintained workspace folder support code due to its support in lsp4j 0.4.0 snapshots 2018-02-14 16:54:56 +01:00
Kris De Volder
5c19bdefe6 Some steps towards mergin boot-java and boot-properties LS
- Refactor towards more composable LanguageServers
- disable fatjar support on boot-java and boot-properties
2018-02-09 09:49:21 -08:00
Kris De Volder
a9515831d1 Bump version to 0.1.4 2018-01-31 00:00:04 +00:00
Kris De Volder
a6eb7241f1 Bump version to 0.1.3 2017-12-21 22:11:19 +00:00
Kris De Volder
ee3181b320 Bump version to 0.1.2 2017-12-12 17:17:35 +00:00
Kris De Volder
7b315bdd74 Fix failing test cases due to harness issue. 2017-12-11 16:43:40 -08:00
Martin Lippert
dffc75d5eb updated versions 2017-12-11 09:31:08 +01:00
Kris De Volder
4b7614230a Revert "Bump version to 0.1.1"
This reverts commit dbe06627ea.
2017-11-27 15:48:47 -08:00
Kris De Volder
dbe06627ea Bump version to 0.1.1 2017-11-27 22:57:01 +00:00
Kris De Volder
71956a0748 Bump version to 0.1.0 2017-11-27 22:24:02 +00:00
Kris De Volder
95a844722b Bump version to 0.0.13 2017-11-27 22:09:08 +00:00
Kris De Volder
a40ab1b33a Bump version to 0.0.12 2017-11-27 19:30:08 +00:00
Kris De Volder
0727f514bf Cleanup unused imports 2017-11-20 10:48:19 -08:00
Martin Lippert
f75a8b6941 Merge branch 'multi-root' 2017-11-17 20:05:10 +01:00
Kris De Volder
09407cb3ad Use annotation attributes in creation of @Bean symbols 2017-11-10 13:54:30 -08:00
Kris De Volder
0cf1e64608 WIP: exploring multi-root workspace protocol in vscode + boot java ls
Note: this code is not working, probably better to start over when the
time comes. This branch is saved just in case it helps seeing the kinds
of changes we might want/need to do.
2017-11-08 09:52:44 -08:00
nsingh
d094d966d9 PT 152535713 - Fix and additional junits covering fix 2017-11-03 14:33:40 -07:00
BoykoAlex
b38b2d758b Switch CU Cache to listen to doc open/change/close rather than files 2017-11-01 12:01:09 -04:00
Kris De Volder
71cbda64dd Merge branch 'master' of github.com:spring-projects/sts4
Conflicts:
	headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/ASTUtils.java
2017-10-31 14:36:27 -07:00
Kris De Volder
3a350af728 Warning hover when no actuator present 2017-10-31 14:29:08 -07:00
BoykoAlex
abfd198bf5 Compilation Unit cache 2017-10-31 16:05:17 -04:00
Kris De Volder
66843540f9 Timeout of 3000 ms still too short on the CI builds!? 2017-10-30 16:30:23 -07:00
Kris De Volder
ed8f0ff6cc Try fixing failing test case 2017-10-30 16:11:28 -07:00
Kris De Volder
f95660cfcb Add more test cases for @Component hovers.
Handle the case where bean id is set explicitly in the annotation.
2017-10-27 16:58:36 -07:00
Kris De Volder
4a0fde19f9 Generelaz live hover api to support multiple highlight ranges 2017-10-24 13:19:59 -07:00
Kris De Volder
c71d4cbf02 Add support to test harness for checking highlights. 2017-10-24 12:52:49 -07:00
BoykoAlex
55a439dc30 PT #151674858 Live boot hint decorations on/off 2017-10-20 20:55:05 -04:00
Kris De Volder
93dce1f334 Merge branch 'master' of github.com:spring-projects/sts4
Conflicts:
	headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/boot/java/requestmapping/test/RequestMappingLiveHoverTest.java
2017-10-18 16:39:58 -07:00
Kris De Volder
5ea32cf751 Cleaner dependency injection for BootJavaLanguageServer 2017-10-18 16:20:42 -07:00
nsingh
35ccb8dc90 Minor change to testing a correct file URI in test harness 2017-10-18 13:27:07 -07:00
nsingh
3c5923d5d2 Added test project for request mapping live hovers
Also added test case for live hover over type Request Mapping
2017-10-18 13:16:42 -07:00
BoykoAlex
d4a9907b0d PT #150740880: VSCode/Eclipse file watching. Back to project finder
Eclipse client file change listening mechanics

Reworked file/project observer implementation

Merge fixes
2017-10-16 14:08:51 -04:00
Kris De Volder
cdf2e9fa44 Add support for 'sts/highlight' protocol extension
Use it too highlight occurrences of the word 'foo' as an example of how to use this.
2017-10-03 16:27:58 -07:00
Kris De Volder
694e9a9fa8 Bump version to 0.0.10 2017-08-21 16:57:38 +00:00
Kris De Volder
4e613e026d Unifying all pom versions to 0.0.9-SNAPSHOT 2017-08-14 12:34:56 -07:00
Kris De Volder
faa45b76c6 CloudConfig 'manual network' schema 2017-08-09 12:25:57 -07:00
Kris De Volder
caa8d180a3 Flesh out basic schema for CloudConfig.compilation sub props 2017-08-08 12:15:08 -07:00
Kris De Volder
775d715c35 Fix but around dedented snippets and completions 2017-08-02 10:42:03 -07:00
Kris De Volder
88c703e9e5 Snippets now mostly working all tests passing. 2017-08-02 09:11:13 -07:00
Kris De Volder
d9f2047bcf Snippet generator mostly working, still needs some tweaks / bug fixes. 2017-08-01 12:05:25 -07:00
BoykoAlex
574cd9e742 Completions testing with -Dlsp.completions.indentation.enable=true 2017-07-28 14:24:30 -04:00
Kris De Volder
47dcb094c5 Goto defintion for releases 2017-07-19 15:33:02 -07:00
Kris De Volder
9aa5ed36bb Add test cases for situations where cloud config is unavailable 2017-07-19 12:52:38 -07:00
Kris De Volder
fc1a0fec46 Reconcile and content assist for ReleaseName references 2017-07-18 10:52:33 -07:00
Kris De Volder
aef2a5538e Add regression test (still deactivated) to verify cf-manifest validates 2017-07-14 13:39:22 -07:00
Kris De Volder
ac0230689b Use primary properties in a few places in bosh manifest schema 2017-07-11 12:07:09 -07:00
Kris De Volder
011cb5bcb0 Add test for reconcile of stemcells block 2017-07-11 10:42:48 -07:00
Kris De Volder
6de4f75ecb Workaround for vscode 1.12 completion sorting issue. 2017-05-10 12:37:38 -07:00
Kris De Volder
f5fc8d0601 Relaxed CA with less indentation 2017-05-02 19:15:33 -07:00