Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jump to method definition #5

Closed
chendo opened this issue Dec 1, 2014 · 3 comments
Closed

Jump to method definition #5

chendo opened this issue Dec 1, 2014 · 3 comments

Comments

@chendo
Copy link

chendo commented Dec 1, 2014

crystal browser lets you navigate to methods by clicking on them. It would be amazing if that functionality existed in Sublime.

@asterite
Copy link
Contributor

asterite commented Dec 1, 2014

Like with Ruby, if you press command+option+down (at least on mac) on a method call it takes you to the method definition. That's because we are reusing that info from Ruby's plugin, and because our syntax is so close to Ruby.

This is on Sublime 3.

@chendo
Copy link
Author

chendo commented Dec 1, 2014

Holy shit, TIL. Thanks!

@chendo chendo closed this as completed Dec 1, 2014
@asterite
Copy link
Contributor

asterite commented Dec 1, 2014

I guess it worked then :-)

Yes, there are many benefits of reusing Ruby's syntax that originally we didn't think about 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants