Commit Graph

1271 Commits

Author SHA1 Message Date
Martin Lippert
6920439ba9 GH-1557: enable hierarchical document symbols and workspace symbols from new index by default 2025-05-05 08:52:24 +02:00
Alex Boyko
d886efd66a Index Elements serialization. Structure view initial work
* WIP

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* `SpringIndexElement` serialization. Initial Structure view in VSCode

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Corrections

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Serialization polishing

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Don't include java.lang.Object in supertypes serialization

Signed-off-by: aboyko <alex.boyko@broadcom.com>

---------

Signed-off-by: aboyko <alex.boyko@broadcom.com>
2025-04-22 13:43:50 -04:00
aboyko
6d7050942e Bump up language servers and extensions to 1.63.0/1.57.0 2025-04-22 11:06:57 -04:00
aboyko
dc437dd1ec 4.30.0.RELEASE changelog updates 2025-04-17 14:47:18 -04:00
Martin Lippert
e7e2015ac4 option added to generate workspace symbols from spring index on demand 2025-04-08 09:58:18 +02:00
aboyko
096255882e Validation, quick fix for component annotations on bean registrar 2025-04-04 17:47:25 -04:00
aboyko
d89fd1454e Bean Registrar validation preference setting 2025-03-28 17:23:28 -04:00
Martin Lippert
13712bd897 GH-1459: additional renamings to just spring tools 2025-03-28 08:34:31 +01:00
Martin Lippert
7ae1e52daa GH-1521: removed old prototype around detecting differences between different runs of the same project
Fixes GH-1521
2025-03-24 17:07:24 +01:00
aboyko
f986ba1d3b 1.61.1 change log update 2025-03-17 14:02:39 -04:00
aboyko
438b4eab7c Bump version to 1.62.0 2025-03-12 11:43:50 -04:00
aboyko
1633d8eb5f VSCode boot extension changelog updates for 1.61.0 release 2025-03-06 14:57:30 -05:00
aboyko
d4bbdf4f2f Settings for bean injection completion and bean structure 2025-02-28 16:12:52 -05:00
aboyko
1e2bc24c6d Bump to 1.61.0 2025-02-05 11:44:28 -05:00
aboyko
371a6cdd9a Change log update for vscode-spring-boot extension 2025-02-03 17:39:38 -05:00
aboyko
6941ac06e4 [GHA] Workflow to publish boot dev extension pack 2025-01-28 12:15:03 -05:00
Martin Lippert
83b826e7ec GH-1459: updated version of vscode extension pack 2025-01-28 09:07:09 +01:00
Martin Lippert
018990c50b GH-1459: renamed a few more occurrences of spring tolls 4 to just spring tools 2025-01-28 08:59:13 +01:00
aboyko
87a4807009 Bump to 1.60.0 2024-12-04 16:57:10 -05:00
aboyko
a0cb489d5d Simple upgrade to Spring Boot 3.4 2024-11-28 09:41:12 -05:00
aboyko
752535ced5 Update changelog for vscode-spring-boot extension 1.59.0 2024-11-27 14:23:59 -05:00
aboyko
23a993f3e5 Prepare for Rewrite Boot 3.4 upgrade 2024-11-25 15:08:50 -05:00
aboyko
9675489c9d Bump to 1.59.0 2024-10-17 17:44:39 -04:00
aboyko
59e1b0ca76 Changelog for 1.58.0 of vscode-spring-boot 2024-10-15 23:14:45 -04:00
aboyko
67eacaef00 CRON inlay-hints on/off setting 2024-10-15 12:54:26 -04:00
aboyko
c3a45e7647 Remove spring agent for the release 2024-10-15 11:02:52 -04:00
aboyko
00d423a7ea Setting to "elide prefix" for properties completions 2024-10-14 13:09:58 -04:00
aboyko
7532aa35a8 Strictly specify application.properties for LS process at launch 2024-10-11 17:19:23 -04:00
aboyko
084d3a9ad7 Apply edit via LSP. Fix maven changes 2024-10-07 16:35:27 -04:00
Udayani Vaka
f4c4121033 goto definition for beans and methods references in spel expressions (#1360)
* goto definition for beans and methods in spel expressions

* remove redundant parse all spel expressions logic

* Polish. Fix tests.

---------

Co-authored-by: aboyko <alex.boyko@broadcom.com>
2024-10-04 19:28:40 -04:00
Alex Boyko
19e3b38804 Slight refactorings and remove maven-model dependency (#1365) (#1366)
* trying to allow manual trigger for publishing vscode pre-releases

* remove usage of proposed chat variable resolver api for now

* remove maven-model dependency and clean up code

---------

Co-authored-by: Udayani Vaka <79973862+vudayani@users.noreply.github.com>
Co-authored-by: Martin Lippert <martin.lippert@broadcom.com>
2024-10-03 08:36:38 -04:00
Martin Lippert
53dbdeaaec remove usage of proposed chat variable resolver api for now 2024-10-02 16:52:48 +02:00
Martin Lippert
cd18390a45 remove unused spring cli executable preference 2024-10-02 10:26:00 +02:00
Martin Lippert
b1bc70840e little polish for spring chat agent 2024-10-02 10:19:15 +02:00
vudayani
25f8eef426 refactor writeMavenDependencies implementation 2024-10-02 10:04:00 +02:00
vudayani
f9949d6480 move Spring Cli commands implementation to language server 2024-10-02 10:04:00 +02:00
vudayani
3d18619e98 copilot spring boot agent implementation 2024-10-02 10:04:00 +02:00
aboyko
a63fc2a541 Fix trigger char for completion proposals in properties YAML 2024-10-02 01:13:33 -04:00
aboyko
c2454a86de Pick CWD for LS process launched via VSCode 2024-09-23 13:39:03 -04:00
aboyko
fca3fc0566 Property place holder support inside SPEL 2024-09-11 22:33:24 -04:00
aboyko
20b8cb2021 Bump up versions for boot ls and eclipse extensions from 1.57.0 to 1.58.0 2024-09-11 12:55:44 -04:00
aboyko
8b79d9a987 Correct the script to look inside nested jar for binaries 2024-09-06 13:26:08 -04:00
Martin Lippert
7763abcd34 mention AOP annotation in Copilot command and preference descriptions 2024-08-30 09:50:28 +02:00
vudayani
ada7d7f4be include method definition context to explain spel expressions 2024-08-28 18:27:46 +02:00
aboyko
ae76991822 CRON reconciling with EOF fixed 2024-08-21 14:11:45 -04:00
aboyko
790d50f910 CRON parser. Syntax highlighting and validation inside java code. 2024-08-20 12:22:53 -04:00
vudayani
03ce962774 remove vscode.d.ts and update vscode engine 2024-08-19 12:30:50 +02:00
vudayani
578ca3ec4e Explain spel expressions and queries with copilot 2024-08-16 10:11:43 +02:00
aboyko
df9fbcdc0c New LS JAR layout for vscode and eclipse extensions 2024-07-29 17:29:05 -04:00
aboyko
c7418c350c Bump Spring Boot LS, Eclipse and VSCode extensions version to 1.57.0 2024-07-23 13:59:49 -04:00