blob: 4a975e5df2d40ac3501cb92374351eb6eb26c069 (
plain) (
tree)
|
|
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\techoRemainingDollars
# The suggestion should not mention the other echoRemaining* variants.
!echoRemainingEuros
!echoRemainingBugs
|