Commit Graph

222 Commits

Author SHA1 Message Date
BoykoAlex
31b5782d94 PT #135782951: (Part 2) Deprecated property quick fix 2019-01-11 13:25:30 -05:00
BoykoAlex
6a9e40dbbb PT #135782951: (Part 1) Completions for deprecated properties 2019-01-09 19:13:59 -05:00
Martin Lippert
f0379020bc initial steps to support live bean hovers for non-boot projects 2019-01-08 11:27:55 +01:00
nsingh@pivotal.io
19904ca093 Fixed RM tests for hovers 2019-01-05 02:09:14 -08:00
nsingh@pivotal.io
9f88fb68f0 Fixed Conditionals junits for hovers 2019-01-05 02:09:14 -08:00
nsingh@pivotal.io
a77433d15c PT 162742296 - Remove per-section separators for RM and Conditionals
For now, remove separation to make all live hovers consistent (for
example, live beans do not have separation, and there is no separation
between our live hovers and JDT)
2019-01-04 05:01:16 -08:00
nsingh@pivotal.io
8b5c90de36 Refactored bean name utils for better clarity 2018-12-28 04:05:24 -08:00
nsingh@pivotal.io
e82e122bd7 PT 162740382 - Support beans from types with multiple starting upper
case
2018-12-28 04:05:24 -08:00
Martin Lippert
9d6c5584cf added test case for indexing symbols for regular non-boot spring projects 2018-12-28 09:32:24 +01:00
Martin Lippert
f26d4c6d9d update parser code to accept java 11 langauge level code 2018-12-28 09:04:25 +01:00
Martin Lippert
09380b75ed enable symbol indexing for regular, non-boot spring projects 2018-12-28 09:03:55 +01:00
BoykoAlex
4184d049bd PT #160496285: Fix Properties TypeUtil to find inner enums in the index 2018-12-13 17:32:35 -05:00
BoykoAlex
1bedf71ec2 Fix regression for properties editor CA docs 2018-12-12 19:30:00 -05:00
BoykoAlex
89ab018588 Trim down generic parameters when matching autowired beans 2018-12-12 13:43:11 -05:00
BoykoAlex
db429f9c21 PT #162167333: Ask JDT server for hover links (Eclipse, VSCode) 2018-12-11 18:41:33 -05:00
BoykoAlex
59275210ab PT #162110508: Index jrt-fs.jar 2018-12-06 16:19:09 -05:00
nsingh
4164427d12 PT 162292472 - Disable arrow completions and other LS changes 2018-11-28 16:57:00 -08:00
Kris De Volder
21b06df305 Clear property index when json metadata is changed 2018-11-28 13:55:59 -08:00
BoykoAlex
e59b6a5698 PT #162161994: Terminate LS properly for Atom client 2018-11-26 20:09:06 -05:00
Martin Lippert
079a7de727 fixing bug in test that worked before based on a wrong assumption about internals 2018-11-22 15:21:47 +01:00
Martin Lippert
82e81e81a4 limit the number of workspace symbols to 100 even if you have entered a search string 2018-11-22 15:09:01 +01:00
Martin Lippert
8654475b83 limit the number of workspace symbols to 100 on retrieval to improve performance 2018-11-22 15:03:18 +01:00
nsingh
1e4edbb37c PT 162103145 - Remove duplicate @ for certain template cases 2018-11-21 16:49:49 -08:00
BoykoAlex
0e70a34b02 PT #162139447: Fix live RM actuator data parsing 2018-11-21 17:10:19 -05:00
Kris De Volder
828a76c539 Merge branch 'master' of github.com:spring-projects/sts4 2018-11-21 13:50:42 -08:00
Kris De Volder
7ffbe07008 Attempted fix of suspected deadlock
See: https://github.com/spring-projects/sts4/issues/136
2018-11-21 13:49:30 -08:00
BoykoAlex
fc5b738e35 PT #159866210: Remove injected beans from bean parameter hover 2018-11-21 11:07:23 -05:00
Martin Lippert
80a95fbfec added prefix handling to spring data content-assist in a rudimentary way 2018-11-21 13:30:27 +01:00
nsingh
af2f1c1c15 PT 160529904 - Exclude mapping templates for Eclipse client 2018-11-20 13:04:06 -08:00
Martin Lippert
fbfbf31dc6 Merge branch 'master' into spring-data-content-assist 2018-11-20 15:29:24 +01:00
Martin Lippert
07053fbe7f very simple findby code completion for repository interfaces 2018-11-20 15:28:45 +01:00
BoykoAlex
3aff3a6713 PT #159866210: Highlights,hovers for paramneters of bean methods and component constructors 2018-11-19 15:47:14 -05:00
Kris De Volder
8f39484733 Fix test failures 2018-11-19 11:29:22 -08:00
Kris De Volder
cf64f9ea60 Add support for 'group' parameter in logger-name hint provider
See: https://github.com/spring-projects/sts4/issues/102
2018-11-19 11:15:53 -08:00
Martin Lippert
792867fa20 enable the snippets again and make the tests work even if there are snippets showing up in the results 2018-11-16 12:50:11 +01:00
Martin Lippert
63ca37a053 Merge branch 'master' into spring-data-content-assist 2018-11-16 12:30:45 +01:00
Martin Lippert
fcecaebfe9 fix compilation problems temporarily 2018-11-16 09:33:46 +01:00
Kris De Volder
f43942ed57 Consistent treatment of valuhints in yaml
See: https://www.pivotaltracker.com/story/show/161964105
2018-11-15 14:27:38 -08:00
Kris De Volder
f39b845964 Tweak value hint providers in application.properties
See https://www.pivotaltracker.com/story/show/161964105
2018-11-15 10:41:55 -08:00
Kris De Volder
706a870fae Improvements to AdHocSpringPropertyIndex
- respond to document save to clear index
- index properties bound to list values in yaml
2018-11-14 11:42:50 -08:00
Kris De Volder
0eb6614617 Support for user-defined logging.groups 2018-11-14 11:42:50 -08:00
nsingh
3536ef71f1 Added Boot 1.x and 2.x context path tests 2018-11-13 16:10:09 -08:00
Kris De Volder
7769a28179 Merge branch 'master' of github.com:spring-projects/sts4 2018-11-13 13:28:36 -08:00
Kris De Volder
af00254652 Refactoring in preparation of using injecting
ad-hoc Property index into ValueProvider

This is so we can try to use it to compute
user-defined logger groups.

See https://www.pivotaltracker.com/n/projects/1346850
2018-11-13 13:24:40 -08:00
Martin Lippert
58cdc2d703 first version of re-introduced content-assist for spring data repositories 2018-11-13 21:18:50 +01:00
nsingh
2e8c015efb Fixed spelling error 2018-11-09 16:36:46 -08:00
nsingh
a8757a4491 Added some "real" tests for context path
Used real actuator env json to test reading context path in priority
order, using both camel case and kebab case.
2018-11-09 16:16:20 -08:00
Kris De Volder
49ef8dcf3f Show proper description with valuehints from metadata 2018-11-09 14:07:46 -08:00
BoykoAlex
4137819382 PT #155474396: Ctrl-Click for Boot properties YAML 2018-11-09 11:09:17 -05:00
nsingh
907fa1ff33 Minor refactoring reading from RM tuple 2018-11-08 16:18:28 -08:00