Y
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
tpoacher
1190 days ago
new = old; clear old;
Or if you're a gui person, right click on a variable in your workspace and click Rename
link
Or if you're a gui person, right click on a variable in your workspace and click Rename