blob: a322908ac677fcc266ab3390332acd7b63ef71f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|