Commit Graph

720 Commits

Author SHA1 Message Date
Kris De Volder
efe8049bba Bump version to 0.1.6 2018-03-09 22:11:06 +00:00
nsingh
591adec33d Added JDT command for getting Java project
Also added a JDT Project cache in the Spring Boot LS
2018-03-09 12:05:31 -08:00
nsingh
a305e2ce53 Implement resolve classpath command 2018-03-08 15:18:42 -08:00
Martin Lippert
7328932b7c added media types to webflux symbol and code lens logic 2018-03-08 13:28:23 +01:00
Martin Lippert
57b83da757 change the way webflux code lenses for handler methods are displayed 2018-03-08 09:54:10 +01:00
Martin Lippert
bdebabf696 ignore abstract bean definition methods while scanning for bean symbols 2018-03-06 11:24:29 +01:00
Martin Lippert
39952b3e5d replaced methodkey with different identification string for handler classes and handler methods to avoid jdt bug on windows 2018-03-05 10:23:49 +01:00
BoykoAlex
d13ccfc5c4 PT #155266751: Eclipse source links via IntroURL 2018-03-02 22:51:54 -05:00
Martin Lippert
34424d69cc fixed test to work on Windows too, since method keys are generated differently 2018-03-02 11:13:34 +01:00
Kris De Volder
9f383a9b45 Switch vscode-spring-boot to properties launcher 2018-03-01 22:24:26 -08:00
Martin Lippert
d368d320d7 added test for webflux code lenses 2018-03-01 11:44:47 +01:00
Martin Lippert
5fe8f2a95b webflux handler methods now get a code lens for the mapped route 2018-02-28 11:52:21 +01:00
Martin Lippert
79c71128a1 added option to generate additional information while parsing symbols and do that for handler methods in webflux definitions 2018-02-27 17:13:34 +01:00
Kris De Volder
27859bf670 Remove commons-boot 2018-02-26 12:14:26 -08:00
Kris De Volder
6fd38e61a5 Bump version to 0.1.5 2018-02-22 23:24:47 +00:00
Kris De Volder
837aaff897 BootLanguageServer created by composing support for props / java together 2018-02-15 15:18:17 -08:00
Kris De Volder
aa78fe0dcc Merge BootJavaServerParams into BootLanguageServerParams
This also required the removal of duplicated SpringPropertyIndex related
classes that existed in both boot properties and boot java language servers
before.

A single BootLanguageServerParams now contains the same kind of property 
index that should be able to support both uses.
2018-02-14 13:04:32 -08:00
Kris De Volder
83a08eaf0e Rename BootPropertiesLanguageServerParams to BootLanguageServerParams
This is a step towards merging BootPropertiesLanguageServerParams and 
BootJavaLanguageServerParams into a single BootLanguageServerParams
2018-02-14 11:12:30 -08:00
Kris De Volder
63c976d3fa Changes towards composable language servers 2018-02-13 15:08:12 -08:00
Kris De Volder
ae1354d53e Rename boot-language-server to spring-boot-language-server
So it is consistent with the vscode-spring-boot naming.
2018-02-13 11:57:13 -08:00