mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 02:12:11 +00:00
14 lines
441 B
Plaintext
14 lines
441 B
Plaintext
main.nim
|
|
# This example shows how the suggest feature can be used on a partial file
|
|
# using the --trackDirty switch.
|
|
> idetools --trackDirty:main_dirty.nim,$TESTNIM,12,7 --suggest $SILENT
|
|
skField\tx
|
|
skField\ty
|
|
# Repeating the query in caas should work always and retrieve same output.
|
|
CaasRun > idetools --trackDirty:main_dirty.nim,$TESTNIM,12,7 --suggest $SILENT
|
|
CaasRun skField\tx
|
|
CaasRun skField\ty
|
|
> c --verbosity:0 --hints:on
|
|
SuccessX
|
|
|