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
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
Environment
All
The text was updated successfully, but these errors were encountered:
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
Environment
All
The text was updated successfully, but these errors were encountered: