summary refs log tree commit diff stats
path: root/nimsuggest/tests/tuse_enum.nim
Commit message (Collapse)AuthorAgeFilesLines
* Register declaration of enum field has a use (#22990)Jake Leahy2023-11-271-0/+15
Currently when using `use` with nimsuggest on an enum field, it doesn't return the definition of the field. Breaks renaming in IDEs since it will replace all the usages, but not the declaration