mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-21 20:33:58 +00:00
1) There are too many suggestions for the given prefix. 2) The suggestions don't take into account the preceeding type. 3) trackDirty only works on caas mode.
9 lines
448 B
Plaintext
9 lines
448 B
Plaintext
completion_dot_syntax_main.nim
|
|
> idetools --track:$TESTNIM,24,15 --def
|
|
def\tskProc\t$MODULE.echoRemainingDollars
|
|
> idetools --trackDirty:completion_dot_syntax_dirty.nim,$TESTNIM,25,12 --suggest
|
|
sug\tskProc\tcompletion_dot_syntax_dirty.echoRemainingDollars
|
|
# The suggestion should not mention the other echoRemaining* variants.
|
|
!sug\tskProc\tcompletion_dot_syntax_dirty.echoRemainingEuros
|
|
!sug\tskProc\tcompletion_dot_syntax_dirty.echoRemainingBugs
|