Commit Graph

66 Commits

Author SHA1 Message Date
aboyko
95b8e2f5bd JPQL syntax highlighting via Semantic Tokens 2024-04-15 16:25:45 -04:00
aboyko
aed212796f Yaml<->Props conversion commands, tests, integration in VSCode, Eclipse 2024-03-28 13:02:25 -04:00
aboyko
09ed9c1157 Add Starters Inlay Hint in the pom file 2024-02-22 14:40:43 -05:00
aboyko
d1e9ed51ea Quickfix sorting. Preferred fix. Wording for RequestMapping quickfixes 2023-09-27 09:23:14 -04:00
Martin Lippert
2272c81d47 GH-1060: fixed outdated class name for server interface in language server extension definition 2023-07-14 13:01:38 +02:00
aboyko
6496537e61 Modulith integration improved with manual refresh 2023-07-11 19:49:35 -04:00
aboyko
bd37fbcd2b Gradle project Boot upgrade support 2023-05-29 12:58:43 -04:00
aboyko
b19c16cee6 Possible fix to start/stop issue. A bit more logging. 2023-05-08 13:03:12 -04:00
Martin Lippert
e6bfb3fd86 integrate new spring model language server interface into Eclipse client side 2023-05-08 14:09:55 +02:00
aboyko
a19082813f Shared properties metadata file preference setting 2023-02-13 18:41:04 -05:00
aboyko
fbbb6fbcfd Eclipse Spring preferences re-organization 2023-02-13 12:29:15 -05:00
aboyko
63b321ad69 Boot LS prefs under Spring 2023-02-09 12:11:31 -05:00
aboyko
88b591450a Polishing Rewrite integration 2022-12-01 18:35:39 -05:00
aboyko
df0d85cef7 Start Boot LS if classpath of any project has spring 2022-11-22 15:50:53 -05:00
aboyko
0fb7e7daca Minimal Spring Factories support in Boot LS 2022-10-20 20:22:46 -04:00
aboyko
7b34fcbe32 Preference for "Rewrite Refactorings" in Eclipse. Default is 'true' 2022-10-13 18:20:38 -04:00
aboyko
f8393859dd CodeAction, Problem and Fix descriptors API reworked. Reload action fix 2022-10-05 11:06:51 -04:00
aboyko
1a708a44e8 Runtime load recipes yml/jar. Offscreen doc quick fix. 2022-09-22 17:45:08 -04:00
aboyko
b50db98ce0 Categorize boot problems. Boot 3 reconciling. 2022-08-23 20:19:32 -04:00
aboyko
8bf0736a1d Eclipse UI for Rewrite Recipes 2022-06-21 15:35:54 -04:00
Martin Lippert
964dcae009 GH-568: use the LSP4E capability to keep the language server alive for a little while before shutting it down 2022-05-15 18:40:37 +02:00
BoykoAlex
873f1cb985 Upgrade to Boot 3 for eclipse 2022-05-11 19:54:38 -04:00
BoykoAlex
5c237d4915 Disable XML LS extension for Eclipse and VSCode 2020-12-09 20:04:09 -05:00
BoykoAlex
57e37c0ff4 XML LS integration adjustments 2020-12-08 17:56:05 -05:00
Kris De Volder
d4d04bec98 Disable xml-ls-extension again
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-11-20 17:38:22 -08:00
Kris De Volder
bf5bd273b1 Enable xml-language-server extension
- use wildwebdeveloper snapshot site
2020-11-20 10:11:30 -08:00
BoykoAlex
dee2b0dcef Do not contribute XML LS extension for VSCode and Eclipse yet 2020-10-22 18:54:18 -04:00
BoykoAlex
787aa0fc0b XML LS extension for namespace resolution 2020-10-14 18:26:54 -04:00
Kris De Volder
d2d6de5123 Preference page for boot-ls Java problem severities 2020-10-05 11:18:33 -07:00
Kris De Volder
dbe9520f3d Preference pages for props and yaml ls editor
Allows configuring problem severities.
The ui works but is not yet wired to transmit
these setting to the language server.
2020-10-02 17:47:09 -07:00
BoykoAlex
9c9cfc521a Make Boot LS preferences more compact 2020-09-28 13:48:51 -04:00
Kris De Volder
35723f938f Remove obsolete BootDashInjections for remote app data
It was replaced with more specific Eclipse extension point.
2020-09-25 09:57:25 -07:00
Kris De Volder
332ac33b87 Adjust for moved remoteapps data holder 2020-09-23 09:07:52 -07:00
Martin Lippert
8986c42048 replace our jdt integration for lsp4e with the contributed version 2020-04-08 12:09:26 +02:00
Kris De Volder
83e84e5863 Adapt boot.ls and manifest.ls for refactored boot.dash.cf api 2020-02-05 15:19:44 -08:00
Alex Boyko
a0732d1712 Merge pull request #402 from gayanper/async-support
Add support for async completions in 4.15
2020-01-14 12:42:59 -05:00
gayanper
cea770113e Add support for async completions in 4.15
Marked the SpringBootJavaCompletionProposalComputer as requiresUIThread
= false so that the completions can be run asyncly.
2020-01-13 20:47:04 +01:00
Martin Lippert
8c1fe4c664 added commands to manually deal with live hover process connections 2019-09-06 10:47:48 +02:00
BoykoAlex
b0e8e53bfc PT #167680960: Content-type element must have file-names, patterns set 2019-08-02 16:22:26 -04:00
BoykoAlex
7449dfb526 PT #167561911: Boot LS starts form XML config files not for others 2019-08-01 09:26:06 -04:00
Kris De Volder
4243d316ee Tweaks to eclipse boot.ls content type setups
See: https://github.com/spring-projects/sts4/issues/320
2019-07-16 11:05:34 -07:00
Kris De Volder
76636cc634 Add warning comment to avoid rebreaking bug
See: https://github.com/spring-projects/sts4/issues/320
2019-07-15 17:14:09 -07:00
Kris De Volder
eebf4a6a35 Fix for 'rogue reconciling' of .properties file
See: https://github.com/spring-projects/sts4/issues/320
2019-07-15 16:54:23 -07:00
BoykoAlex
cfc79e0b69 Start LS for docs created with appropriate content-type 2019-06-10 20:17:49 -04:00
Kris De Volder
83d7ddecd7 Add Remote apps prefs page
This was moved from boot dash.

See: https://www.pivotaltracker.com/story/show/163360865
2019-06-04 12:27:04 -07:00
BoykoAlex
3b396e975f PT #165419026: Hyperlinks in XML config files 2019-05-08 11:39:00 -04:00
Martin Lippert
02986cc99b fix spring xml content-assist id 2019-04-12 11:56:05 +02:00
Martin Lippert
f3ca963f05 use a specific category for spring-boot-ls-based jdt content-assist extension to make it appear in the preferences 2019-04-12 11:52:51 +02:00
Martin Lippert
4d6d659d98 initial steps towards content-assist for simple XML config files, but still far away from a first working version 2019-04-05 16:32:24 +02:00
BoykoAlex
7fe0d75412 PT #163527410: Don't load source for Eclipse. Ask JDT LS for locations. 2019-02-06 11:21:06 -05:00