faustinoaq

Results 51 issues of faustinoaq

Sometimes crystal compiler fails because compiler bugs, Should we show this to the lsp-client? (the new logs show me a pop-up when an error is found on lsp server) ```...

question

Hi, seems completion feature is including directories in some wrong places :sweat_smile: I found this strange error when I was working on other unrelated features: ``` D, [2018-04-08 23:55:59 -05:00...

bug
help wanted

Add support to find classes and modules implementation This is not supported by `crystal tool implementations` yet I guess we can use something like symbol search to get class and...

enhancement
help wanted

Crystal compiler doesn't support rename symbols yet, [see discussion here](https://gist.github.com/asterite/3715161c55fa3f7322ada6fc4e2de86c) by @asterite Would be possible to implement basic rename symbols on scry without `crystal tool` support? WDYT? [Nice comment](https://gist.github.com/asterite/3715161c55fa3f7322ada6fc4e2de86c#gistcomment-2243940) by...

enhancement
help wanted

Hi community! Find references is a feature I have no idea or clue on how to implement, This is the only missing feature to complete basic LSP support see: https://langserver.org/...

enhancement
help wanted

Find macros using `crystal tool expand` depended on https://github.com/crystal-lang/crystal/issues/4766 (Already fixed :tada: ) This should work just like implementations, but for macros

enhancement
help wanted

Related to #28 Something like this: ![screenshot_20180506_084335](https://user-images.githubusercontent.com/3067335/39673874-917397ce-5109-11e8-95b8-226727518094.png) Ref: https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction

enhancement
help wanted

Hi After testing scry on sublime text and intellij-idea I just realize, scry is bypassing initialize capabilities supported by client. https://github.com/crystal-lang-tools/scry/blob/a454c666e691ed2ccb84515c20243b0d982c50ee/src/scry/protocol/server_capabilities.cr#L51-L57 https://github.com/crystal-lang-tools/scry/blob/a454c666e691ed2ccb84515c20243b0d982c50ee/src/scry/protocol/initialize_result.cr#L10 https://github.com/crystal-lang-tools/scry/blob/a454c666e691ed2ccb84515c20243b0d982c50ee/src/scry/protocol/initialize_params.cr#L9 We're not using `capabilities: JSON::Any` at all...

enhancement
help wanted

@laginha87 I knew I had some issues with auto-completion feature and I have found them, sometimes the completion is broken in projects with sub directories. And keep working only in...

bug
help wanted

After working on amberframework source code for a few days I notice the diagnostic for external files is not clean, so, I always see these errors, until the editor is...

bug
help wanted