We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the "nice-to-have" category -- tab completion for paths would be useful. Maybe when the new REPL is written in 0.3.
IPython does this inside strings, so it tab completes when you start with "./, for example.
"./
(see also: #4477)
The text was updated successfully, but these errors were encountered:
Related to #3392. (I disabled the confusing and mostly non-functional path completion for any unrecognized token in #4361.)
Sorry, something went wrong.
I don't want to discourage this effort, but it as this feature require a lot of testeing to work on different platforms, it might be useful to track this issue in https://github.com/loladiro/REPL.jl and https://github.com/loladiro/REPLCompletions.jl. That way the switch will give more features, in a form that is easier to utilize in iJulia and other coding platforms.
That makes sense! Thanks @ivarne. I guess it would make more sense to make an issue in REPLCompletions?
dup of #3392.
No branches or pull requests
In the "nice-to-have" category -- tab completion for paths would be useful. Maybe when the new REPL is written in 0.3.
IPython does this inside strings, so it tab completes when you start with
"./
, for example.(see also: #4477)
The text was updated successfully, but these errors were encountered: