Commit Graph

46 Commits

Author SHA1 Message Date
Kris De Volder
7583a0385a Create a merged yml and props language server and vscode extension 2016-11-30 14:04:32 -08:00
Martin Lippert
415ec6e22d fixed signature of shutdown method to match updates in lsp4j 2016-11-30 16:57:02 +01:00
Kris De Volder
7d0ddf1c14 Fix 'showMessage' function in SimpleLanguageServer 2016-11-29 15:57:40 -08:00
Kris De Volder
060229541b Cleanup: typos in comments 2016-11-28 13:42:26 -08:00
Kris De Volder
14feb0f0c6 Make completions computation properly async 2016-11-28 13:26:32 -08:00
Kris De Volder
1297429d5a Less excessive logging and other logging related cleanups 2016-11-23 16:06:43 -08:00
BoykoAlex
5a520e5f93 Merge branch 'master' of https://github.com/spring-projects/sts4 2016-11-22 20:37:23 -05:00
BoykoAlex
3bf568b6a2 Hovers for application properties 2016-11-22 20:36:53 -05:00
Kris De Volder
b4b148f633 Avoid errors in vscode about invalid hovers. 2016-11-22 17:00:33 -08:00
BoykoAlex
f19a4e0bfa HoverInfo -> Renderable refactoring 2016-11-21 16:49:08 -05:00
nsingh
8c7aa84903 Added hover support for manifest properties.
Only working for memory and buildpack manifest properties. Other
properties show No description until they are implemented. The hover
support also covers common hover support for general hover support for
all vscode.
2016-11-17 12:28:16 -08:00
nsingh
377040f2a0 Added interfaces for hover engine and adapter 2016-11-15 16:07:55 -08:00
BoykoAlex
929495cbcf Hook hover handler to document service 2016-11-14 15:53:20 -05:00
Kris De Volder
592f9820d1 Use commons-vscode from application-yml extension 2016-11-14 12:21:32 -08:00
Martin Lippert
ea739d5767 replaced null with CompletableFuture objects to avoid NPE in LSP4J on the client side 2016-11-14 12:46:11 +01:00
BoykoAlex
67e1a485d3 Ignore non-file scheme URIs when finding project. 2016-11-11 10:14:14 -05:00
BoykoAlex
0aa74c15d0 Merge branch 'master' of https://github.com/spring-projects/sts4 2016-11-11 09:21:50 -05:00
BoykoAlex
61f7252f15 Content assists for application properties 2016-11-11 09:20:13 -05:00
Kris De Volder
3dbf0b39d2 Inroduce 'commons-vscode' to share typescript code between vscode-exts 2016-11-10 14:51:24 -08:00
BoykoAlex
01f39c7722 Error reporting and robustness for Jandex java index 2016-11-08 23:04:04 -05:00
Kris De Volder
560a32d0e0 Merge branch 'master' of github.com:spring-projects/sts4 2016-11-08 15:40:53 -08:00
Kris De Volder
38ec559478 Make vscode-extensions work again 2016-11-08 15:18:27 -08:00
BoykoAlex
ca22134526 Merge branch 'master' into java-knowledge 2016-11-08 10:24:03 -05:00
BoykoAlex
010104ec8b Jandex based Java Knowledge integration 2016-11-08 10:19:58 -05:00
Kris De Volder
8cc18cb546 Merge branch 'master' into lsp4j-snapshot 2016-11-07 17:48:49 -08:00
Kris De Volder
2fbd7110ae Fix failing tests 2016-11-07 17:48:26 -08:00
Kris De Volder
af64ba01d3 Update to lsp4j 2016-11-07 17:29:54 -08:00
Kris De Volder
1dcd6b040c Merge branch 'application-yml-completions' 2016-11-07 15:18:54 -08:00
Kris De Volder
54035b0a39 Content assist in app-yml partially working 2016-11-01 10:55:30 -07:00
BoykoAlex
53e31991bf Cache projects 2016-10-31 20:23:51 -04:00
Kris De Volder
e42737bd38 Porting ApplicationYamlCompletionEngine from old STS 2016-10-31 14:28:02 -07:00
Kris De Volder
2dda8924d1 Move VscodeCompletionEngineAdapter to commons 2016-10-31 11:57:16 -07:00
BoykoAlex
146ae7ee61 Integrate properties parser into boot properties extension 2016-10-28 17:17:39 -04:00
BoykoAlex
28fed6ffcb Port SpringPropertiesEditorTests 2016-10-27 20:22:48 -04:00
BoykoAlex
608968d86e Move properties editor test harness classes in separate project 2016-10-27 15:58:19 -04:00
BoykoAlex
7721efe9d2 Moved some boot properties tests 2016-10-27 13:49:11 -04:00
BoykoAlex
9540d909d0 Handle null found project for default java project finder 2016-10-26 00:23:13 -04:00
Alex Boyko
5ea5b5cb28 Integrate commons-maven to eliminate classpath text file based solution 2016-10-25 17:15:25 -04:00
Kris De Volder
46e2334b0c Introduce IClasspath abstraction. 2016-10-21 16:01:42 -07:00
Kris De Volder
fba4c5e9f9 language-server-test-harness package renames
Bring package names inline with project name
2016-10-20 10:08:06 -07:00
Kris De Volder
61fb272209 commons-util package renames
Bring package names inline with project name
2016-10-20 10:01:52 -07:00
Kris De Volder
057cd2a3c3 commons-language-server package renames
Bring package names in line with project names
2016-10-20 09:59:55 -07:00
Kris De Volder
67eb11fae1 commons-java project
Bring package names in line with project name
2016-10-20 09:57:41 -07:00
Kris De Volder
59c78615ab Application yaml now verifies simple
property names
2016-10-19 16:22:33 -07:00
Kris De Volder
3f9f21d09d Rename YamlLanguageServer to ApplicationYamlLanguageServer 2016-10-17 12:57:19 -07:00
Kris De Volder
5f552c4f26 Rename language-server-commons -> commons-language-server 2016-10-14 11:13:38 -07:00