Giter Club home page Giter Club logo

Comments (9)

faustargz avatar faustargz commented on June 18, 2024 1

@paulcsmith Thank for your comment!

Go to Definition already work just methods. Modules or clases doesn't work due crystal doesn't support it yet. See crystal-lang/crystal#4941

Still a bit unstable, sometimes doesn't work ⚠️

You can enable go to method definition using:

{
  "crystal-lang.implementations": true
}

https://github.com/crystal-lang-tools/vscode-crystal-lang/wiki/Settings#implementations

If you are in a custom project where you specify all requires inside a main file then you need to use:

https://github.com/crystal-lang-tools/vscode-crystal-lang/wiki/Settings#mainfile

{
  "crystal-lang.mainFile": "${workspaceRoot}/src/mymainfile.cr"
}

go to

(Older version Peek implementation command has been removed on latest versions)

kemal go to

from vscode-crystal-lang.

iambudi avatar iambudi commented on June 18, 2024 1

@Narven you might try this alternative

from vscode-crystal-lang.

minkir014 avatar minkir014 commented on June 18, 2024

But as I see now that issue is fixed by a PR. Can you support that now??

from vscode-crystal-lang.

iambudi avatar iambudi commented on June 18, 2024

When jump to definition throws the following error:

[Info  - 9:53:45 PM] Scry is looking into your code...
[Error - 9:53:54 PM] A error was found while searching implementations
Unexpected char 'U' at 1:1
Usage: crystal tool implementations [options] [programfile] [--] [arguments]

from vscode-crystal-lang.

faustargz avatar faustargz commented on June 18, 2024

Hi, @minkir014 @iambudi This extension uses the output provided by crystal tool CLI, so if the feature finds an error it's because crystal was designed that way, there is some workaround using a dynamic code analyzer based on javascript or something similar

Scry has some nice features but is in a very experimental state yet. It also uses crystal CLI, so it is an issue and it requires the full updated implementation of Language Server Protocol.

Right now I'm fixing some issues on Node.js backend of this extension, I'll figure out a way to solve this issue.

Cheers!

from vscode-crystal-lang.

paulcsmith avatar paulcsmith commented on June 18, 2024

Thanks @faustinoaq!!

from vscode-crystal-lang.

Narven avatar Narven commented on June 18, 2024

What is the current status of this?

On my side I don't see this work in any way currently. With peek, mouse click or anything.

I would say this is a pretty standard way to navigate code in the last 10 years, it pretty much renders useless any kind of editor/ide if it does not have it.

I'm currently running:

$ crystal -v
Crystal 1.8.2 (2023-05-09)

LLVM: 15.0.7
Default target: x86_64-apple-macosx 

What do we need to do to make this a top priority? and/or help?

from vscode-crystal-lang.

Narven avatar Narven commented on June 18, 2024

Thanks @iambudi, will try that.

from vscode-crystal-lang.

nobodywasishere avatar nobodywasishere commented on June 18, 2024

This should work with v0.9.0-alpha.1, though it's reliant on the crystal tool implementations CLI tool. This can be unreliable when working on a libraries internals and I'm not sure why - when working on an executable/app where everything gets compiled it works well.

from vscode-crystal-lang.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.