OOP Editing/Programming Environment

1 次查看(过去 30 天)
Hi,
I'm starting OOP-programming in Matlab. What is bugging me at the moment is that my best choice moving between methods or rechecking property names, etc. is PgUp/Down/Pos1/End or Strg-F. Currently I am using a R2010a student version.
Is there any external programming environment or some tricks I overlooked that help navigating easier in my code, like for many other programming languages? Like displaying some window with bookmarks for my methods, so I can jump to them with oneclick, etc. Are you all just using the Matlab supplied editor or are there any other editors that do a better job.
Thx for any help
  1 个评论
Sven
Sven 2015-2-17
编辑:Sven 2015-2-17
At least there is a little improvement I found until now which is worth sharing for anyone else having the same problem: There's one Icon in the toolbar with the Function-Symbol(Show functions) I think its called the function browser button, which lets you jump to different functions in class definition. (Short Cut Strg-g does a similar job)

请先登录,再进行评论。

采纳的回答

Guillaume
Guillaume 2015-1-29
Yes, matlab's editor is way behind the capability of most modern coding environment (it's particularly frustrating if you're used to the numerous facilities available in Microsoft Visual Studio). On the other hand, things have improved slightly since 2010 (you get better code completion, marginally better refactoring tools, and if you're doing OOP, on the fly class editing), so it may be time to upgrade.
I am not aware of any other development that is matlab aware, so unfortunately, you're stuck with it.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by