https://github.com/JuliaLang/julia
Revision d29de40af83ae378cf0edbfbfe058c1317796480 authored by Kristoffer Carlsson on 15 March 2018, 15:33:32 UTC, committed by Kristoffer Carlsson on 16 March 2018, 14:05:31 UTC
* autocompletion for pkg3 commands and options

(cherry picked from commit fd0c9ed49c038728efe6c8d7dac7cc49641f5ea5)

* completions for installed packages

(cherry picked from commit e1260764a67d7d1991c7200e54b5d5b82983ca9a)

* remote completions, sorting

* add tests for autocomplete

* respect -m/-p when completing

* test applying completions

* add some more tests

(cherry picked from commit 8d3269c64cdfbaff5c86e228e731cfd4a987ff94)
1 parent 540a8c5
Raw File
Tip revision: d29de40af83ae378cf0edbfbfe058c1317796480 authored by Kristoffer Carlsson on 15 March 2018, 15:33:32 UTC
Autocomplete (#205)
Tip revision: d29de40
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.dwo
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.ji

.DS_Store
back to top