Alex Boyko

Results 243 comments of Alex Boyko

@Eskibear Id this the latest released version of Boot language server or the latest from the main branch?

Any chance instead of modularizing we could have **elkjs-layered** for example? Same as **klayjs** with one layered algorithm only but based on ELK... The size of this becomes 550Kb and...

Hmm... i thought i got 550Kb but i was mistaken it is 1.3Mb :-( I did build it myself by excluding other algorithms in the `build.gradle`... Makes me wonder how...

@dinizssa If you're trying the suggested workaround for the SI Graph and would like to see the Live SI Graph visuals we are working on the prototype of the SI...

Interactions between Boot LS and JDT LS are stateless except one message: add/remove classpath listener. This registers a "callback" in JDT LS to execute once projects and/or classpath of a...

@XiaoYuhao Sorry for the late reply - was away for a couple of days. 1. Yes. Before JDT LS is shut down execute the command with `false` parameter to remove...

This will take about 3-5 weeks to implement. First of we'd need an extension mechanism in JDT LS to contribute to quick fix processors (similarly the way eclipse JDT allowed...

Hmm... I forgot that we already parse java sources and keep them in the cache to provide live hovers... I'll have another look at this.

@martinlippert do we want to put a "problem" marker in the code (i.e. hint)? Code Action/Quick Fix would be available via the marker in this case... Alternative is create a...

@MahatmaFatalError Rogue `Autowired` import (issue 1) i think is fixed just not pushed in yet (upgrade to the latest rewrite). For the second issue i think I'd need some instructions...