1234567891011121314 |
- 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
|