Files
Nim/tests/caas/completion_dot_syntax.txt
Grzegorz Adam Hankiewicz f7f1408168 Adds idetools --suggest test case. Refs #484.
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.
2013-07-02 12:28:22 +02:00

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