aboyko
f7bef78358
Switch to JDT LS 1.45 and Java 21
2025-03-12 22:55:27 -04:00
aboyko
5a68303f7d
Fix links in live hovers in VSCode
2024-06-13 00:24:58 -04:00
aboyko
ba6fc2ac1b
Change GAV computation for TestJars
2024-06-03 20:07:44 -04:00
aboyko
fc0ed8840f
JDT LS Extension builds on 2023-12 and supports JDT LS from 2024-03
2024-04-15 17:49:42 -04:00
aboyko
dbb8898e0f
Adopt JDT LS 1.34.0 by the JDT LS extension
2024-04-14 14:25:18 -04:00
Martin Lippert
cb09d96a37
updated copyright statements for 2024 and Broadcom
2024-01-02 12:31:59 +01:00
aboyko
97a8297e65
Remove extra logging added for debugging an issue
2023-04-01 11:43:13 -04:00
aboyko
ebddbc6e12
Logging to track Boot LS start/stop
2023-03-27 16:58:40 -04:00
aboyko
75fcb63fd0
Use eclipse bundle logger rather than default
2023-02-27 20:38:20 -05:00
aboyko
57fe92a575
2.7 gson for jdt ls ext. Boot upgrade recipes from minor version + 1.
2023-01-31 15:12:06 -05:00
Martin Lippert
5200872627
switch gson usage to import-package instead of require-bundle in order to prepare for upcoming platform changes
2023-01-27 18:04:06 +01:00
aboyko
df0d85cef7
Start Boot LS if classpath of any project has spring
2022-11-22 15:50:53 -05:00
Martin Lippert
8b0c149063
remove maven nature, pure plugin project
2022-11-07 12:45:13 +01:00
BoykoAlex
a4513b87ae
Minimum Java 11 for all spring LS. Upgrade vscode dependencies.
2021-03-19 12:21:10 -04:00
Martin Lippert
8526862a80
updated product copyrights and vendor information to 2021 and VMware
2021-01-05 11:56:59 +01:00
BoykoAlex
3bddccd57f
PT #171932358 Flag for detailed java type data for sub/super types
2020-04-02 13:35:11 -04:00
BoykoAlex
b6700dfd2c
PT #166597649 : Register some commands as "static"
2019-07-10 11:39:22 -04:00
BoykoAlex
5468e43963
PT #166315444 : XML content assist for VSCode and Theia
2019-05-28 19:11:47 -04:00
Kris De Volder
8bffa95742
Towards batched classpath events
...
- add parameter to 'addClasspathListener' to request
batched events.
- Create a single SendClasspathNotificationsJob that
processes classpath notifications in batches.
2019-05-28 12:14:42 -07:00
Kris De Volder
8fb7960887
Add back Eclipse metadata for jdt.ls.extension Eclipse plugins
2019-04-29 13:43:21 -07:00
Kris De Volder
03caa58492
Delete eclipse metadata for headless services
2019-04-29 09:13:57 -07:00
Martin Lippert
46e9e985b0
about file updates
2019-03-24 19:30:07 +01:00
Kris De Volder
d86becebe7
http -> https
2019-03-08 15:48:38 -08: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
d994d2abcd
PT #164216122 : JDT LS search performance improvement 1
2019-03-05 20:31:03 -05:00
Martin Lippert
a261770210
housekeeping
2019-02-27 11:38:40 +01: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
0681baa876
PT #160596363 : Fixes for live hints and navigation for multi-projects
...
Initial work: highlights fixed, source links bean
SourceLinks bean uses project finder
Project finder all projects. Source entries for dependency projects.
Properly support peer projects for fall back Gradle projects
Update code minings for e4.9
2019-01-21 19:29:26 -05:00
BoykoAlex
db429f9c21
PT #162167333 : Ask JDT server for hover links (Eclipse, VSCode)
2018-12-11 18:41:33 -05:00
Martin Lippert
972a85cea8
updated versions from 4.0.1 to 4.0.2
2018-11-01 11:37:43 +01:00
Kris De Volder
0b8d44d75f
Make jdt.ls extension more reliable detecting deleted projects
2018-08-22 12:09:34 -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
Kris De Volder
b3a61025a5
Fix NPE in STS4LanguageClient related to classpath infra
...
Also improve test coverage around this breakage. And
improve the debugability of the tests by improving how
they log configure logger.
2018-05-11 12:31:03 -07:00
Kris De Volder
8f8fbc0f8e
More code moved from jdt.ls.extension to jdt.ls.commons
...
jdt.ls extension reduced to a simple wrapper that forwards requests
to commons implementation.
2018-04-16 16:09:11 -07:00
Kris De Volder
8d55c8e956
Cleanup debug logging
2018-04-16 14:34:10 -07:00
Kris De Volder
6f2b8be802
Split jdt ls extension into two parts
...
One pugin to contain the bulk of the code, which is independent of jdt.ls, lsp4e and lsp4j.
Second plugin to contain the jdt.ls specific DelegateCommandHandler implementation.
This should allow us to somehow re-use the bulk of the code in STS4 eclipse, i.e. when
we have access to JDT from eclipse directly, and there is no jdt.ls process around.
2018-04-16 14:24:42 -07:00