Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Register declaration of enum field has a use (#22990) | Jake Leahy | 2023-11-27 | 1 | -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 |