summary refs log tree commit diff stats
path: root/nimsuggest/nimsuggest.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling error (#6349)Federico Ceratto2017-09-151-1/+1
* attempt to make nimsuggest work with choosenimAndreas Rumpf2017-05-111-0/+2
* minor update for nimsuggestAndreas Rumpf2017-04-061-0/+1
* Make nimsuggest quit when pressing Ctrl-D from the command line. (#5662)Arne Döring2017-04-061-0/+1
* nimsuggest: die with a project dir/file that doesn't existAraq2017-03-211-0/+4
* nimsuggest: when invoked with a directory, detect the main nim file on its ownAndreas Rumpf2017-03-141-1/+7
* nimsuggest: logging enable when compiled with -d:loggingAndreas Rumpf2017-03-131-10/+10
* nimsuggest: maxresults limit; fixed local symbol usages priorizationsAndreas Rumpf2017-03-101-0/+3
* nimsuggest: make tests green againAraq2017-03-101-1/+1
* nimsuggest: more things workAraq2017-03-091-14/+19
* nimsuggest: more precise cursor trackingAraq2017-03-091-0/+603