summary refs log tree commit diff stats
path: root/nimsuggest/tests/t20265_1.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix nimsuggest not showing suggestions for imported tuples (#22241)Jake Leahy2023-07-101-0/+8
* Add tests Also test if exported all tuple fields works. This seems like a hacky solution so will try and dive further to find a better solution * Always suggest tuple fields if it passes the filter If the tuple we are accessing is in scope then all the fields will also be in scope * Update tests so line numbers are correct