-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 numbered method in the REPL #22007
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cool! The fact that the printing of the numbering |
This is really cool! Nice work! |
Since some people seemed to like this I added some news. |
fredrikekre
changed the title
[RFC] jump to numbered method in the REPL
jump to numbered method in the REPL
May 22, 2017
KristofferC
approved these changes
May 22, 2017
fredrikekre
force-pushed
the
fe/jump-to-method
branch
from
May 22, 2017 09:12
7c2e273
to
16995aa
Compare
fredrikekre
added a commit
to fredrikekre/julia
that referenced
this pull request
May 26, 2017
which is currently done for text/html this enables the jump-to-method thingy from JuliaLang#22007 to be used with methodswith(Foo) also This also prevents large spacing in the printing, since the general vector output prints with equal spacing for all elements, and some methods have very long signatures
fredrikekre
added a commit
to fredrikekre/julia
that referenced
this pull request
May 26, 2017
which is currently done for text/html this enables the jump-to-method thingy from JuliaLang#22007 to be used with methodswith(Foo) also This also prevents large spacing in the printing, since the general vector output prints with equal spacing for all elements, and some methods have very long signatures
fredrikekre
added a commit
to fredrikekre/julia
that referenced
this pull request
May 30, 2017
which is currently done for text/html this enables the jump-to-method thingy from JuliaLang#22007 to be used with methodswith(Foo) also This also prevents large spacing in the printing, since the general vector output prints with equal spacing for all elements, and some methods have very long signatures
KristofferC
pushed a commit
that referenced
this pull request
Jun 4, 2017
which is currently done for text/html this enables the jump-to-method thingy from #22007 to be used with methodswith(Foo) also This also prevents large spacing in the printing, since the general vector output prints with equal spacing for all elements, and some methods have very long signatures
Thats nice, totally intended 😏 |
Cannot jump to definition in |
Ctrl+q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR makes it possible to jump to a numbered method from
methods(foo)
, as can now be done for numbered stackframes (#19680).I think this is really convenient sometimes, instead of figuring out the correct input and then use
@edit
to get there.Example here:
https://asciinema.org/a/1r34os4hyyugzw0e2n3il2a5a?t=12