Alex Boyko

Results 63 issues of Alex Boyko

The idea is coming from the integration of rewrite recipes into IDE features such as problem marking, quick fixes and quick assists. The new "marker" visitor would visit the source...

enhancement

Given the age and support of Eclipse JDT project as well as its somewhat "ducttapy" integration into Spring Boot LS (reflection in CU cache) it might be a good idea...

type: enhancement
status: needs-investigation
theme: internal-architecture
status: needs-discussion

If more than one LS can send file symbols the symbols shown would from one LS only, not merged from different LSs

LSP defines `client/registerCapability` request message to register capabilities such as workspace commands on the client (`workspace/executeCommand`).

Install `cf-manifest-yaml` package into Atom to be able to use multiline completion proposals from LS. Create a file named `manifest.yml` and open it in Atom. Ensure that the grammar in...

Suppose user invokes content assist at position x, looks at proposals dismissed them (e.g. press `Esc` ) and then invokes content assist at the same position x. Completion proposals in...

It can be reproduced with any LS that responds to `textDocument/documentSymbol` request message. 1. Install `ide-java` extension. 2. Open a Java file X 3. Toggle Outline view on. Symbols if...

`memory: 1^` - works with atom language client and shows proposals coming from the LS `memory: ^`- doesn't show any proposals, but language client receives proposals from the LS The...

Fixes #212 Introduces global LS commands registry where commands are registered. Registry is shared between all LS clients and can be accessed to execute commands. `AtomEnvironment` has `CommandRegistry` but it's...

### Description I have put a source link in the markdown contents of a datatip. Namely the Atom Core URL to open a file in Atom editor given its path:...

help wanted
datatips