Commit Graph

86 Commits

Author SHA1 Message Date
BoykoAlex
5468e43963 PT #166315444: XML content assist for VSCode and Theia 2019-05-28 19:11:47 -04:00
Kris De Volder
f1c9551b5d Update vscode dev dependency to latests 2019-05-22 11:42:38 -07:00
BoykoAlex
f53070f3b5 PT #165978425: Exploded LS Jar for VSCode 2019-05-14 14:40:40 -04:00
BoykoAlex
737460ae90 PT #152866825: Progress UI for vscode client 2019-05-10 18:00:56 -04:00
BoykoAlex
bfca34e77d PT #165285833: XML beans for VScode, Theia and Atom 2019-04-16 22:47:28 -04:00
Kris De Volder
4230f16fa8 Add support to vscode-spring-boot for custom vm args 2019-04-02 11:30:31 -07:00
BoykoAlex
91d9838fff PT #164474609: Light TypeDescriptorData and caching super, sub-types 2019-03-08 12:09:50 -05:00
BoykoAlex
dc1e2708f9 PT #164216122: JDT LS search performance improvement 2 2019-03-06 19:57:47 -05:00
BoykoAlex
2b2413ee60 JDT LS based index for searches and refactorings to replace Jandex 2019-02-22 17:23:22 -05:00
BoykoAlex
7fe0d75412 PT #163527410: Don't load source for Eclipse. Ask JDT LS for locations. 2019-02-06 11:21:06 -05:00
BoykoAlex
5b2b5e89af PT #160962428: Create metadata for missing property quick fix 2019-01-14 19:23:08 -05:00
BoykoAlex
db429f9c21 PT #162167333: Ask JDT server for hover links (Eclipse, VSCode) 2018-12-11 18:41:33 -05:00
Kris De Volder
28da0a6db8 Add package-lock.json to all node packages 2018-11-27 11:54:29 -08:00
Kris De Volder
5f2d3ffeaa Update vscode engine and dependency versions 2018-11-27 08:42:37 -08:00
Kris De Volder
6717306d8f Convert language servers to Boot apps 2018-10-02 15:39:15 -07:00
Kris De Volder
0bd3c3e08d Packaging cleanups for vscode extensions 2018-09-19 10:08:07 -07:00
nsingh
82ee324191 Minor change in fetching commands from vscode 2018-08-28 19:25:56 +02:00
nsingh
e125d1de75 PT-160007578: Check if commands exist before registering in vscode 2018-08-28 16:47:11 +02:00
BoykoAlex
374b5f0ad7 CodeLens for boot hints in VSCode 2018-08-16 13:38:40 -04:00
BoykoAlex
e92631b036 PT #159690831: Remove inline boot icon decoration 2018-08-10 10:08:03 -04:00
BoykoAlex
29707d0614 Fix flickering of boot hints for VSCode client 2018-08-02 18:40:50 -04:00
BoykoAlex
819ae52acf Finalize boot-hint optics change 2018-08-01 17:08:08 -04:00
BoykoAlex
83dc563ea7 Attempt to update eclipse boot hints 2018-07-31 11:08:02 -04:00
BoykoAlex
e350da8ab7 Boot hints first trial 2018-07-31 11:08:02 -04:00
Kris De Volder
31482dc34d Remove obsolete 'sts/project' service support 2018-06-04 13:14:09 -07:00
Kris De Volder
2d6aae5097 Pin version of vscode-language-client to 4.1.3
This is to avoid implicit upgrade from breaking the build.
2018-06-04 09:54:54 -07:00
BoykoAlex
1b33036794 PT #156965730: Get Javadoc from JDT LS or eclipse client via sts/javadoc 2018-05-31 22:19:28 -04:00
nsingh
ae531ff78c Show live hovers on all open editors in vscode 2018-05-04 18:31:24 -07:00
Kris De Volder
15e3230e3b Allow overriding vscode language server options
JAVA_HOME and heap can now be overridden by the user from
vscode worspace settings, in a similar way for all our language servers,
by setting XXX.java.home and XXX.java.heap configuration keys.
2018-05-03 12:41:55 -07:00
Kris De Volder
b684bf0d20 Fix bug causing NPE in launch-util 2018-04-02 17:28:21 -07:00
Kris De Volder
c4da17aa72 Make commons-vscode a scoped package 2018-04-02 09:40:49 -07:00
Kris De Volder
7482c26ccb Trying to improve the 'cleanup' of classpath listeners 2018-03-20 17:23:35 -07:00
nsingh
e16cb6a9c9 Classpath change events now contain classpath info 2018-03-16 12:07:58 -07:00
Kris De Volder
fcb4473025 Partial implementation of 'jdt.ls.addClasspatListener' support 2018-03-15 08:56:18 -07:00
nsingh
328607f531 Streamline async handler API
Added an async handler for LS requests that should not run on the same
thread as LSP4J event loop. Also streamlined method signatures for
handlers and removed useless CompletableFuture.
2018-03-12 16:07:43 -07:00
nsingh
591adec33d Added JDT command for getting Java project
Also added a JDT Project cache in the Spring Boot LS
2018-03-09 12:05:31 -08:00
nsingh
a305e2ce53 Implement resolve classpath command 2018-03-08 15:18:42 -08:00
Kris De Volder
a67d98bb4b Update vscode ls client to version 4.0.0 2018-03-05 11:25:01 -08:00
Kris De Volder
c1a2578a20 Update to new version of jvm-util 2018-03-02 13:25:22 -08:00
Kris De Volder
9f383a9b45 Switch vscode-spring-boot to properties launcher 2018-03-01 22:24:26 -08:00
Kris De Volder
40a6ad233f Adopt jvm-launch-util in commons-vscode 2018-02-27 12:32:43 -08:00
Kris De Volder
b3fa404a41 Cleanup some debug logging 2018-02-09 18:16:51 -08:00
Kris De Volder
12b788c1f3 Improve error handling in failure to find JRE in JAVA_HOME 2018-02-09 18:01:26 -08:00
Kris De Volder
f8891a4e8d One more attempt to fix jvm-util.ts to work better on Windows 2018-02-06 14:03:04 -08:00
Kris De Volder
07ca259445 Improved logic for jvm-util.ts so it will find JavaHome better on Windows 2018-02-06 12:01:56 -08:00
Kris De Volder
476dc27e0b More tweaks to vscode-boot-java jvm finding.
Look for a sibling JDK if the found java exe belongs to a jre.
2018-02-05 14:57:53 -08:00
Kris De Volder
a5b9956745 Improved logics for finding JVM / JDK in vscode-boot-java 2018-02-05 10:27:36 -08:00
Kris De Volder
9106ddefe6 Add src to commons-vscode package
This is helpfull when debugging.
2018-02-05 10:25:05 -08:00
Kris De Volder
4e9f78ec7b More attempts to fix vscode ci builds 2018-01-31 16:36:29 -08:00
Kris De Volder
b8d7587a8b Another attempt at fixing vscode CI builds 2018-01-31 15:32:02 -08:00