Hello Everyone! I am currently using VENUS 4 (currently a student driver) and I want to rename a variable without changing it individually through out the whole method. Is there a quick way to do that without breaking anything? TYIA!!
Based on what i heard so far its not possible. At least the bookmarks its working well!
Can you assign the variable you want to rename to a new name and use the new name where you intend to use the new name while still not breaking the references to the old name where you don’t want to use the new variable.
Hello thetoly! Thanks for the suggestion and i will try that!
I understand that for Hamilton, it would be difficult to make a completely new editor because of the technical debt in Venus, but I do hope that going forward there will be an attempt to improve the DX within Venus. Things like refactoring, debugging, source control… In this instance, the .med->.hsl compiler should know the usage of a variable across the method so why can’t there be a way to rename a variable across a method?