faustinoaq
faustinoaq
Seems the `initialize` message sended by intellij-idea client is a bit different: 1. Message sent by a working client (VSCode) ```json { "jsonrpc": "2.0", "id": 0, "method": "initialize", "params": {...
Hi @Blacksmoke16 We merged a PR to fix `InitializeParams` :tada: Can you test it again in your Intellij-Idea IDE? You will need to compile scry from master branch, try this:...
> Is this ticket about using Ameba to lint the scry code or support it via LSP? @veelenga Currently the idea is using ameba on Travis like amber is doing
> support it via LSP? Seems an interesting idea, Thank for sharing! :+1:
Yeah, I agree, I'll split this issue Also here is one of the scry logs: ``` I, [2017-10-22 05:58:47 -0500 #17072] INFO -- : Scry is looking into your code......
/cc @crystal-lang-tools/scry
Interesting, I just got a rename proof of concept using [transformer_example.cr](https://github.com/crystal-lang/crystal/blob/master/samples/compiler/transformer_example.cr). Similar to autocorrect on https://github.com/veelenga/ameba/issues/34 by @veelenga ```crystal require "compiler/crystal/syntax" class Charify < Crystal::Transformer def transform(node : Crystal::Var) if...
~~Interesting, we can try to use `crystal tool hierarchy` for this~~
@bew Oh, I just realize, so, I guess this feature is not possible yet :sweat_smile:
@laginha87 Well, for now, workspace symbols feature is working pretty well :wink: