mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
10 lines
339 B
Plaintext
10 lines
339 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\techoRemainingDollars
|
|
# The suggestion should not mention the other echoRemaining* variants.
|
|
!echoRemainingEuros
|
|
!echoRemainingBugs
|
|
|