Mogli
Mogli
I recently wrote a formatter for matlab-code and put it into a little vs-code extension. https://marketplace.visualstudio.com/items?itemName=AffenWiesel.matlab-formatter Im just not that familiar with either javascript and the vs-code API. So I...
Thanks a lot for the remarks. Apparently there is a lot of cases i did not test yet and thus are not covered appropriatly by my formatter... I just implemented...
I didn't even know that cell arrays even exists ;) I added the requested feature in the new version. However, since cell arrays may be rather complicated, it doesn't yet...
Interesting... I also use octave myself instead of matlab. Always interpret *.m as MATLAB in VSCode, so I wasn't even aware that this might be an issue ;) I'll update...
In fact thats the functionality I expected from this extension in the first place. Deactivating ligatures on cursor position is nice to have but deactivating specific ligatures in general is...
Hi, I have no experience with python packages. I also don't have a lot of spare time at the moment so I'm not able to work on this project right...