-
Notifications
You must be signed in to change notification settings - Fork 1k
Too many candidate list "java++" command tab completion #4310
Copy link
Copy link
Closed
Description
- I've read the CONTRIBUTING guidelines
steps
- launch sbt 1.2.1
java++ <INPUT TAB KEY>
problem
example-project > java++
Display all 1114782 possibilities? (y or n)
! !!
!- !:
!? -v
debug error
info warn
"" ""@1.10
""@1.10! ""@1.7
""@1.7! ""@1.8
""@1.8! ""@1.9
""@1.9! ""@10
""@10! ""@7
""@7! ""@8
""@8! ""@9
""@9! "\""
"\""@1.10 "\""@1.10!
"\""@1.7 "\""@1.7!
"\""@1.8 "\""@1.8!
"\""@1.9 "\""@1.9!
"\""@10 "\""@10!
"\""@7 "\""@7!
"\""@8 "\""@8!
"\""@9 "\""@9!
"\'" "\'"@1.10
"\'"@1.10! "\'"@1.7
"\'"@1.7! "\'"@1.8
"\'"@1.8! "\'"@1.9
"\'"@1.9! "\'"@10
"\'"@10! "\'"@7
"\'"@7! "\'"@8
"\'"@8! "\'"@9
"\'"@9! "\\"
"\\"@1.10 "\\"@1.10!
"\\"@1.7 "\\"@1.7!
"\\"@1.8 "\\"@1.8!
"\\"@1.9 "\\"@1.9!
"\\"@10 "\\"@10!
"\\"@7 "\\"@7!
"\\"@8 "\\"@8!
"\\"@9 "\\"@9!
"\b" "\b"@1.10
"\b"@1.10! "\b"@1.7
"\b"@1.7! "\b"@1.8
"\b"@1.8! "\b"@1.9
expectation
show more useful few candidate list
notes
sbt version: 1.2.1
Reactions are currently unavailable