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 Symbol Support/Find All Reference #1249

Open
engmtcdrm opened this issue Oct 22, 2024 · 0 comments
Open

Rename Symbol Support/Find All Reference #1249

engmtcdrm opened this issue Oct 22, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@engmtcdrm
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When writing code sometimes you decide you need to rename a variable, table name, macro variable, macro program, etc. It would be nice to not have to search and replace the values so you can make sure you don't accidently change something you're not supposed to.

As well it would be nice to be able to find all references for a variable, table name, macro variable, macro program, etc. in your code.

Describe the solution you'd like
This is two fold. The first is being able to right-click on a variable, table name, etc. and rename it and have that rename be applied to any references. This includes when a macro variable is referenced inside of a string, i.e. apple = "&banana";.

The second is being able to right-click on a variable, table name, etc. and see where it is used in my code. This would help for finding on where something is being used.

Describe alternatives you've considered
Search and replace which works, but you can simply carpet bomb without risk of inadvertently renaming something you weren't trying to.

Additional context
image

Environment
All

@scnwwu scnwwu added the feature request New feature or request label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants