Improve code navigation (in order of importance):
1) Bookmarks - ideally they would persist across editing sessions but session life would be a start.
2) Some sort of Class hierarchy tree that clicking on the Class name would jump the code editor to the beginning of that Class definition and clicking on that classes Member Functions would jump the code editor to the beginning of the implementation of that member function.
3) Some way to jump quickly to Event handlers - Initialize, OnBarUpdate, OnMarketUpdate, Plot ect.
thanks,
shawnj

Comment