JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[BUG] Autocompletion for `For` should prefer `ForwardDiff` over `for` #590

Closed dpsanders closed 4 years ago

dpsanders commented 4 years ago

Please search existing issues to avoid duplicates.

Details

Steps to reproduce

  1. using ForwardDiff
  2. Type For and press <TAB>

Given that I type For with a capital F, I am looking for a package (or maybe a type) starting with For, rather than a for loop.

In general, capitalisation should be respected in autocompletions.

aviatesk commented 4 years ago

close in favour of https://github.com/JunoLab/FuzzyCompletions.jl/issues/2#issue-623086414

you can also go back to previons REPL like completions via config

dpsanders commented 4 years ago

Thanks. I am trying to work out where the config option is, but can't find it.

dpsanders commented 4 years ago

OK, found it: "Julia options" in the julia-client package.