Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename refactor for namespaces #6483

Open
tsuf239 opened this issue May 15, 2024 · 1 comment
Open

rename refactor for namespaces #6483

tsuf239 opened this issue May 15, 2024 · 1 comment
Labels
✨ enhancement New feature or request 📡 language-server IDE Support needs-discussion Further discussion is needed prior to impl 🔌 vscode-extension Issues related to the Wing VS Code extension

Comments

@tsuf239
Copy link
Collaborator

tsuf239 commented May 15, 2024

Use Case

Assume we want to customize namespace names, we can't since it's excluded from the regular rename refactor implementation-

// TODO: remove to support rename-refactor of namespaces - after adjusting the edit
if matches!(symbol_kind, &SymbolKind::Namespace(_)) {
// as their rename include " as ___"
return;
}

since it needs a "customized" edit- bring ex; with externals as the new word won't become bring externals; but bring ex as externals;.

Proposed Solution

No response

Implementation Notes

No response

Component

No response

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.
  • If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out on the #dev channel in the Wing Slack.
@tsuf239 tsuf239 added ✨ enhancement New feature or request needs-discussion Further discussion is needed prior to impl labels May 15, 2024
@staycoolcall911 staycoolcall911 added the 🔌 vscode-extension Issues related to the Wing VS Code extension label May 21, 2024
@tsuf239
Copy link
Collaborator Author

tsuf239 commented May 28, 2024

currently disabled here: #6573

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request 📡 language-server IDE Support needs-discussion Further discussion is needed prior to impl 🔌 vscode-extension Issues related to the Wing VS Code extension
Projects
Status: 🤝 Backlog - handoff to owners
Development

No branches or pull requests

3 participants