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
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
ab2aad55c6
Merge branch 'main' of https://github.com/spring-projects/sts4 into main
2024-09-29 11:17:07 -04:00
aboyko
88d357f45e
Fix NPE in inlay hints
2024-09-29 11:16:45 -04:00
Martin Lippert
99d703aff2
added non-working test cases for future reference and some code polish
2024-09-27 13:55:03 +02:00
Martin Lippert
8544efa73b
bringing back an order in completion proposals, got lost due to random hashmap ordering
2024-09-26 13:42:25 +02:00
Martin Lippert
fa71281711
fix typo in test source file name
2024-09-26 12:20:35 +02:00
Martin Lippert
cfd1857d6a
fix typo in test source file name
2024-09-26 12:17:53 +02:00
vudayani
4a63ffd5e7
refactor AnnotationAttributeCompletionProviders to also return labels
2024-09-26 09:25:25 +02:00
vudayani
46778a7d8a
GH-1323, GH-1324: Cron Expressions completion proposals and inlay hints
2024-09-26 09:25:25 +02:00
aboyko
3dd95fa0e0
JDT semantic tokens provider for non-eclipse clients only
2024-09-25 23:10:20 -04:00
Martin Lippert
dc9b408571
GH-1342: mark property completion list as incomplete to re-trigger completion processing
2024-09-25 21:15:22 +02:00
Martin Lippert
1b399ebe3e
use project source folders instead of workspace roots when looking up property key references
2024-09-20 15:12:38 +02:00
Martin Lippert
7fa81e88fc
GH-1354: taking all application*.properties files into account for adhoc property index
2024-09-20 12:53:31 +02:00
aboyko
f1c6351fcc
Inlay hint for query parameters only for ?<number> valid syntax
2024-09-16 15:44:55 -04:00
aboyko
80de787224
@ConditionalOnExpression SPEL wrapped in #{} and not
2024-09-15 13:03:08 -04:00
aboyko
fca3fc0566
Property place holder support inside SPEL
2024-09-11 22:33:24 -04:00
aboyko
50ebd80b37
Upgrade Rewrite to 2.18 BOM
2024-09-06 20:54:59 -04:00
Martin Lippert
565904de19
GH-1344: refactored conditional on resource completion processor to be based on annotation attribute completion processor abstraction
2024-09-05 12:13:14 +02:00
aboyko
5ef8be1cf8
Disable ConditionalOnResourceCompletionTest as they fail the CI
2024-09-04 14:53:12 -04:00
Martin Lippert
62048c6414
renamed conditional on resource completion processor to better match naming conventions around code completion processors
2024-09-04 13:23:34 +02:00
ksankaranara
8552a52bdf
Add support for @ConditionalOnResource annotation attributes
2024-09-04 11:57:22 +02:00
Martin Lippert
a467f6258a
fix test case, allow random order of references
2024-09-03 19:18:10 +02:00
Martin Lippert
3f183e6d6a
GH-1313: added support for content-assist, find references, and go to definition for Named annotation usage in Spring apps
2024-09-03 17:35:14 +02:00
Martin Lippert
370ac52c9f
avoid content-assist proposals to show up when the cursor is on the anntation type itself
2024-09-03 17:34:02 +02:00
Martin Lippert
bc0fc9f459
fix source code in test cases by adding missing imports
2024-09-03 15:16:14 +02:00
Martin Lippert
16e2e81986
typo
2024-09-03 08:31:13 +02:00
Martin Lippert
47770ae607
GH-1313: symbol support for named annotation
2024-09-03 08:30:59 +02:00
Martin Lippert
4bb6698926
GH-1317: allow individual context assist processors to devide whether the list is incomplete or not + refined the way class and package proposals show up in XML config files
2024-08-30 15:00:26 +02:00
vudayani
64e7084514
GH-1330: Explain AOP annotations with copilot
2024-08-30 09:23:10 +02:00
aboyko
fb072bfa8c
Enhancement to data queries inlay hints
2024-08-28 13:00:53 -04:00
vudayani
ada7d7f4be
include method definition context to explain spel expressions
2024-08-28 18:27:46 +02:00
aboyko
00636085ca
Data query parameter go to definition, doc highlights and inlay hints
2024-08-27 19:12:37 -04:00
aboyko
42eca4fed9
Bump up to the latest OR and Boot
2024-08-22 15:52:46 -04:00
aboyko
b26d6dab09
Allow SPEL or Property Holder in the cron parameter of @Scheduled
2024-08-21 16:32:46 -04: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
ksankaranara
007ba15da2
Fix missing proposal if the prefix starts with "/" for @ContextConfiguration
2024-08-20 10:03:41 +02:00
Martin Lippert
e75dd45d86
GH-1312: generate default symbols for selected jakarta annotations
2024-08-19 15:26:29 +02:00
vudayani
578ca3ec4e
Explain spel expressions and queries with copilot
2024-08-16 10:11:43 +02:00
ksankaranara-vmw
992a7c7428
Add file completion from classpath for @ContextConfiguration ( #1318 )
...
* Add file completion from classpath for @ContextConfiguration
* Update copyright to Broadcom
---------
Co-authored-by: ksankaranara <karthik.sankaranarayanan@broadcom.com >
2024-08-14 21:14:00 -04:00
aboyko
ece638010f
Input parameters for SPEL grammar
2024-08-14 11:51:55 -04:00
Martin Lippert
5836f41f8b
GH-1299: added special handling for spaces around content-assist and annotation attribute values
2024-08-14 17:34:16 +02:00
aboyko
57510f8a33
Replace Ok Http Factory with the new Jdk Http Factory
2024-07-30 17:12:32 -04:00
aboyko
2b7ac1a3c2
[PostgreSQL] Support more spots for parameters with the ANTLR parser
2024-07-30 16:48:31 -04:00
aboyko
32c8a86d86
Account for !--- doc splitter for properties validation
2024-07-26 17:41:56 -04:00
aboyko
4aa4400c3c
Fix tests
2024-07-25 21:57:32 -04:00
aboyko
77cc4ec982
Adjust labels
2024-07-25 16:23:47 -04:00