Hacker News new | ask | show | jobs
by signaru 1192 days ago
The one thing I miss from Matlab's IDE is the ability to properly rename variables. Octave lacks this (not sure about this new release) and I so far haven't found a Matlab/Octave LSP that can be used for other code editors.
1 comments

new = old; clear old;

Or if you're a gui person, right click on a variable in your workspace and click Rename