You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve cross-file rename test and document limitation
- Add test case for renaming from importing file perspective
- Update nimble file with proper project requirements
- Add explanatory note about cross-file rename behavior
- Document that rename from usage file works, but from definition file doesn't
- This reveals a limitation in nimlsp/nimsuggest symbol resolution
echo"\n[NOTE] Cross-file rename: Only renaming from the usage/import file updates both files.\n Renaming from the definition file only updates the definition file.\n This is a current limitation of nimlsp/nimsuggest symbol resolution.\n"
0 commit comments