summary refs log tree commit diff stats
path: root/nimsuggest
Commit message (Collapse)AuthorAgeFilesLines
* 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: suggest types in a type sectionAndreas Rumpf2017-03-141-0/+15
|
* nimsuggest: make test green againAndreas Rumpf2017-03-141-2/+2
|
* nimsuggest: logging enable when compiled with -d:loggingAndreas Rumpf2017-03-131-10/+10
|
* nimsuggest: special rule for 'of' completion in case statementsAndreas Rumpf2017-03-101-0/+17
|
* nimsuggest: make 'con' work againAndreas Rumpf2017-03-101-0/+13
|
* nimsuggest: maxresults limit; fixed local symbol usages priorizationsAndreas Rumpf2017-03-103-2/+20
|
* nimsuggest now uses 0 based columsn consistentlyAndreas Rumpf2017-03-101-2/+2
|
* nimsuggest: make tests green againAraq2017-03-101-1/+1
|
* nimsuggest: more things workAraq2017-03-092-15/+20
|
* nimsuggest: more precise cursor trackingAraq2017-03-0920-0/+2333