I am a Rex programmer and new to Sublime. At the front of my programs I define a variable that contains the version number of the program. It would sure be nice to add a comment to a changed line and have it end with the version number defined earlier. Is this even possible?
How can I add a comment line to a file that has the value of a variable set earlier
kingkeith
#2
It’s possible, I guess you’d need to write a very specific plugin that can search your file for the variable, and extract the value, and then use that when creating comments
0 Likes