Commit Graph

51 Commits

Author SHA1 Message Date
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
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
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
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
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
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
0722590864 added html rendering to java boot hovers 2017-08-25 12:20:26 +02:00
Martin Lippert
a6d10441f8 first prototype to display request mapping information from running apps as hover on source code 2017-08-23 16:35:51 +02:00
Martin Lippert
4bdeec295a integrated dynamic and automatic identification of running boot apps to grab property information for hovers 2017-08-22 17:00:33 +02:00
Kris De Volder
694e9a9fa8 Bump version to 0.0.10 2017-08-21 16:57:38 +00:00
Kris De Volder
4e613e026d Unifying all pom versions to 0.0.9-SNAPSHOT 2017-08-14 12:34:56 -07:00
BoykoAlex
a8c4cc065f Fix NPEs for doc not being in the cache 2017-07-26 20:56:29 -04:00
Martin Lippert
a4defe091a first steps towards symbol in file navigation for spring annotations 2017-07-21 16:41:25 +02:00
Kris De Volder
2ceaff0d07 System property to disable lazy completion items 2017-07-20 09:27:03 -07:00
Kris De Volder
e1825d0daf Extremely 'minimal' support for bosh deployment manifest editing 2017-07-10 13:39:51 -07:00
Martin Lippert
737e2b2a02 updated maven artifact versions for language servers 2017-06-02 09:59:23 +02:00
Kris De Volder
3e7944d47d Cut down on the noise in content assist
Use a 'tiered' model for properties
 - primary property
 - requred
 - other

Only suggest completions for a tier if the properties in the preceding tier
are already defined.
2017-05-05 15:18:36 -07:00
Kris De Volder
b866649a3d Relaxing yaml proposals for '- '. 2017-04-25 18:08:05 -07:00
Kris De Volder
f23f20af37 Save action preferences 2017-04-20 14:32:39 -07:00
Kris De Volder
5284d96533 Cleanups: more type-checked representation of LanguageId 2017-04-20 13:57:56 -07:00
Martin Lippert
1b47102fcf made tests more robust because references could be found in random order 2017-04-18 15:20:19 +02:00
Kris De Volder
d7e456c3da Remove -U flag from mvn builds for better use of mvn cache 2017-04-14 10:52:23 -07:00
Kris De Volder
e0103c1352 Some refactorings towards fixing a nasty race condition
See: https://www.pivotaltracker.com/story/show/143694789

This work is not yet complete (everything still works as before, but a race condtion between clearing AST cache and using AST for reconciles remains).
2017-04-14 10:41:20 -07:00
Kris De Volder
f2bc237b53 Fix conflict between sts.quickfix command registrations ...
... from different vscode extensions activated simultaneosly.
2017-04-12 16:04:12 -07:00
Kris De Volder
f58130e6e7 Reorganize how server capabilites are determined in SimpleLanguageServer
Compute it based on registered handlers and quickfixes.instead
of handcrafting it for every subclass.
2017-04-12 11:25:01 -07:00
Kris De Volder
aee00fb487 Add quickfix for missing properties in concourse editor 2017-04-11 17:08:03 -07:00
Kris De Volder
c5a22086d8 Re-enable ignored tests 2017-04-07 15:15:32 -07:00