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

Why is the alphabet in that order - is it because of that song? #42

Closed
paulp opened this issue Mar 11, 2015 · 2 comments
Closed

Why is the alphabet in that order - is it because of that song? #42

paulp opened this issue Mar 11, 2015 · 2 comments

Comments

@paulp
Copy link

paulp commented Mar 11, 2015

A typical completion presentation. The docs say "you get the same autocomplete-anywhere support that you get in a modern IDE." I haven't checked lately but I bet the modern IDE alphabetizes.

##                 asInstanceOf       isInstanceOf       toString           hashCode           equals
!=                 ==                 size               isEmpty            elemAt             foreach
getClass           foreachSlice       viewOps            mapIndices         foreachIntIndex    foreachIndex
containsIndex      lastNth            lastIndex          lastIntIndex       nths               indices
isPositive         isZero             intSize            longSize           byShow             byRef
byEquals           partition          span               splitAt            join               directlySlice
linearlySlice      build              force              withFilter         takeWhile          takeRight
take               map                flatMap            dropWhile          dropRight          drop
collect            ++                 :|                 |:                 xs                 toEach
foldFrom           fold               foldr              foldl              foldWithIndex      groupBy
clusterBy          dropIndex          takeToFirst        ofClass            zipView            zipIndex
zip                withSize           tail               sliceWhile         slice              mapZip
mapWithIndex       mapApply           labelOp            init               grep               gatherClass
gather             filterNot          filter             sortBy             sortDistinct       sorted
min                max                zfoldr             zfoldl             zfirst             toRefs
tabular            nonEmpty           mk_s               mkString           last               indicesWhere
indexWhere         head               forallTrue         forall             first              find
exists             count              foreachReverse     foreachWithIndex   synchronized       ne
eq                 wait               notifyAll          notify             any_s              try_s
matchOr            requiring          optionally         same               fix                id_##
id_==              |>                 sideEffect         isOr               doto               reflect
isNull             toRef              castTo             isClass            shortPackage       shortClass
x                  __shown_rep
@lihaoyi
Copy link
Member

lihaoyi commented Mar 11, 2015

IntelliJ actually does clever things in detecting which methods you use the most and puts those at the top. In this case, Ammonite has clearly looked at your Scala REPL history and found that you use ## the most out of any completion. You must do a lot of casting too!

@lihaoyi
Copy link
Member

lihaoyi commented Apr 13, 2015

Fixed by cd64d73

@ Seq().Display all 182 possibilities? (y or n)
!=                   ##                   +                    ++
++:                  +:                   ->                   /:
:+                   :\                   ==                   WithFilter
addString            aggregate            andThen              apply
applyOrElse          asInstanceOf         canEqual             collect
collectFirst         combinations         companion            compose
contains             containsSlice        copyToArray          copyToBuffer
corresponds          count                diff                 distinct
drop                 dropRight            dropWhile            endsWith
ensuring             eq                   equals               exists
filter               filterNot            find                 flatMap
flatten              fold                 foldLeft             foldRight
forall               foreach              formatted            genericBuilder
getClass             groupBy              grouped              hasDefiniteSize
hashCode             head                 headOption           indexOf
indexOfSlice         indexWhere           indices              init
inits                intersect            isDefinedAt          isEmpty
isInstanceOf         isTraversableAgain   iterator             last
lastIndexOf          lastIndexOfSlice     lastIndexWhere       lastOption
length               lengthCompare        lift                 map
max                  maxBy                min                  minBy
mkString             ne                   nonEmpty             notify
notifyAll            orElse               padTo                par
partition            patch                permutations         prefixLength
product              reduce               reduceLeft           reduceLeftOption
reduceOption         reduceRight          reduceRightOption    repr
reverse              reverseIterator      reverseMap           runWith
sameElements         scan                 scanLeft             scanRight
segmentLength        seq                  size                 slice
sliding              sortBy               sortWith             sorted
span                 splitAt              startsWith           stringPrefix
sum                  synchronized         tail                 tails
take                 takeRight            takeWhile            to
toArray              toBuffer             toIndexedSeq         toIterable
toIterator           toList               toMap                toParArray
toSeq                toSet                toStream             toString
toTraversable        toVector             transpose            union
unzip                unzip3               updated              view
wait                 withFilter           zip                  zipAll
zipWithIndex         →

@lihaoyi lihaoyi closed this as completed Apr 13, 2015
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