summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-30 23:07:19 +0200
committerAraq <rumpf_a@web.de>2012-07-30 23:07:19 +0200
commit674c05f426d586deba1401270f78b74c22c540bc (patch)
tree320432ef06fcfc607ef0e65ab416b84c03803716 /doc
parentb0c11d3efbcfc3cd2e8d852ec196930ebace91ad (diff)
downloadNim-674c05f426d586deba1401270f78b74c22c540bc.tar.gz
made compiler more robust for idetools; implemented idetools.usages
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/advopt.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 5077de4db..9a642addb 100755
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -13,8 +13,9 @@ Advanced commands:
   //idetools                compiler support for IDEs: possible options:
     --track:FILE,LINE,COL   track a file/cursor position
     --suggest               suggest all possible symbols at position
-    --def                   list all possible symbols at position
+    --def                   list all possible definitions at position
     --context               list possible invokation context
+    --usages                list all usages of the symbol at position
 
 Advanced options:
   -m, --mainmodule:FILE     set the project main module