2948 Commits

Author SHA1 Message Date
Martin Lippert
7c4c3f50f5 PT #151428541: first steps to gather live hover hint data from running apps 2017-10-02 16:30:33 +02:00
Martin Lippert
0d75bd4b56 PT #150711096: start symbol parsing at language server startup 2017-10-02 09:33:14 +02:00
nsingh
c34c52f440 Fixed NPE in additional edit 2017-09-28 18:55:24 -07:00
nierajsingh
efc45d96e6 Merge pull request #14 from spring-projects/java-snippet
Snippets for request mappings
2017-09-28 16:24:17 -07:00
nsingh
5b434b16c4 Added JDT-derived import rewrite for snippets 2017-09-28 16:08:25 -07:00
Kris De Volder
89667897eb Cleanup debug log msg 2017-09-26 15:40:58 -07:00
Kris De Volder
640c2cd361 Fix bug when there are multiple overlapping diagnostics with quickfix 2017-09-26 15:38:07 -07:00
BoykoAlex
f3836c4770 Adjust quick fix for Atom extensions 2017-09-26 17:36:38 -04:00
BoykoAlex
884d0c8555 Update atom packages to atom 1.21. Allow quick-fixes 2017-09-25 18:23:46 -04:00
Kris De Volder
cb087c7064 Merge branch 'master' of github.com:spring-projects/sts4 2017-09-25 09:50:39 -07:00
Martin Lippert
b43b32b895 PT #150803616: taking search query into account and running a similar search on the ls side than the client does afterwards 2017-09-25 13:59:49 +02:00
Kris De Volder
e6e960d924 Add support for info messages from reconciler. 2017-09-22 10:57:24 -07:00
Kris De Volder
ebe95edcd8 Add two more snippets 2017-09-21 09:10:44 -07:00
Kris De Volder
830f2e9879 Use proper snippet syntax so placeholders work in vscode 2017-09-20 17:41:27 -07:00
nsingh
00c3213adc Add support to include imports through additional edits 2017-09-20 16:08:05 -07:00
Kris De Volder
5fe87f6522 Add one more snippet 2017-09-20 14:01:52 -07:00
nsingh
0a47b7c158 PT 150711216 - Initial implementation
Includes basic completion of a request mapping snippet
2017-09-20 13:27:28 -07:00
Kris De Volder
ea046efae8 WIP: snippet infrastructure 2017-09-20 11:19:03 -07:00
Martin Lippert
e6eacc435a increase parsing speed by ignoring method bodies 2017-09-20 11:47:43 +02:00
Martin Lippert
52ee072a0b PT #150797637: added initial support to extract specific symbols for function beans 2017-09-20 11:19:23 +02:00
Martin Lippert
82e6199805 changed bean symbol to not include full package name of bean type anymore 2017-09-20 10:39:35 +02:00
Martin Lippert
f85b3a4bf8 PT #150803442: avoid creating too many temporary TextDocuments over and over again 2017-09-20 10:32:27 +02:00
Martin Lippert
1ad2eb0c9f fixed a bug in request mapping parent path identification and adapted tests to changed symbol syntax 2017-09-18 20:32:39 +02:00
Martin Lippert
dadb6cf85a PT #151123837 - take parent path into account for request mapping symbols 2017-09-18 19:58:11 +02:00
Martin Lippert
6845d937ca improved label for beans symbols 2017-09-18 19:57:04 +02:00
Martin Lippert
1ba8c5b85b added first simple test case for request mapping symbol provider, more to come 2017-09-18 17:25:56 +02:00
Martin Lippert
83193e4711 added debug output for project creation 2017-09-18 15:03:03 +02:00
Martin Lippert
50a318c569 renamed annotation indexer and changed to lazy init mode 2017-09-18 15:02:36 +02:00
Martin Lippert
399d496b57 implemented first steps towards symbol provider for @Component 2017-09-18 12:12:10 +02:00
Martin Lippert
3e42c461da early steps towards specific bean symbol providers 2017-09-18 09:36:12 +02:00
Martin Lippert
985b43adbe added symbol per document handling to annotation indexer mechanism 2017-09-17 17:44:52 +02:00
Martin Lippert
c76d6c7496 adopted changed boot 2 actuator jmx endpoint structure 2017-09-14 16:19:03 +02:00
Martin Lippert
d87a7c2d5c added support for code lenses 2017-09-12 10:25:31 +02:00
Martin Lippert
79aab39d28 refactored code to use stream collector grouping instead of manual code 2017-09-04 21:21:48 +02:00
Martin Lippert
ccb5d9e303 making the test more robust against specific sequences of results 2017-09-04 21:14:23 +02:00
Martin Lippert
48f358bfda typo fixed 2017-09-04 20:58:52 +02:00
Martin Lippert
18ee1de7a5 extracted annotation indexing into its own class and switched to batch parsing of java files 2017-09-04 20:58:23 +02:00
Martin Lippert
a9e325c32e create nicer symbols for request mapping annotations 2017-08-31 13:31:26 +02:00
Kris De Volder
3d201b8367 Small typo fix in comment 2017-08-29 14:46:23 -07:00
Kris De Volder
b1ae19d9c6 Make fetch parameter in git-resource deprecated
See discussion here: 
 - https://github.com/concourse/git-resource/issues/118
 - https://www.pivotaltracker.com/story/show/150640930
2017-08-29 09:27:07 -07:00
Martin Lippert
c30e6d558a fixed wrong ast node 2017-08-29 13:34:14 +02:00
Martin Lippert
35f1103303 finished refactoring of boot annotation type centric packages and handler registration 2017-08-29 11:41:38 +02:00
Martin Lippert
51ad3f58fd refactored boot java handlers to be more dynamic and structured around spring types 2017-08-28 14:51:44 +02:00
Martin Lippert
698cc8ef97 scan all spring annotations for workspace symbols 2017-08-28 11:56:14 +02:00
Martin Lippert
3b29875f55 organize imports 2017-08-28 11:55:47 +02:00
Martin Lippert
ae03bdfa3f fixed compile problem caused by changed interface for java project finders 2017-08-27 18:56:35 +02:00
Martin Lippert
3cbce5e81a started to implement infrastructure to parse java projects completely 2017-08-27 18:48:00 +02:00
Martin Lippert
6dc57c37b4 added empty workspace symbol provider for boot java ls 2017-08-25 17:11:51 +02:00
Martin Lippert
88b47b262d added workspace symbol handler infrastructure 2017-08-25 17:11:14 +02:00
Martin Lippert
0722590864 added html rendering to java boot hovers 2017-08-25 12:20:26 +02:00