PDA

View Full Version : Intellisense


guy
04-12-2006, 11:49 AM
I could be mistaken - but I thought that the editor brought up a list of properties and methods after you type the period after an object. If that's the case then it appears to have stopped working on my installation (5.1.1000.1) - if it doesn't have this then I'm just getting confused with visual studio...

NinjaTrader_Ray
04-12-2006, 12:30 PM
The intellisense in the editor is lacking if you are use to VS. If you type "System." the intellisense works. Apparently the next release of the editor that we use will have a more feature rich intellisense.

guy
04-12-2006, 01:11 PM
I see what you're saying - thanks. It's not a bad editor though - better than most.

ChiTrader2000
01-11-2009, 09:36 AM
Hello,

I have been writing NT Strategies such as "MyStrategy1" based off of a base class "MyBaseStrategy" (written like "MyStrategy1 : MyBaseStrategy"), that in turn is based on the NT "Strategy" class (written like "MyBaseStrategy : Strategy").

I have noticed that intellisense in my child strategy class "MyStrategy1" works for all variables declared in my "MyBaseStrategy" base class, but does not work for enums written in my "MyBaseStrategy" base class. When I declare the enums in the child strategy class, intellisense works.

How can I get intellisense in my child strategy class to work for enums declared in my base strategy class?

Thanks in advance!

ChiTrader2000

NinjaTrader_Dierk
01-11-2009, 11:06 PM
Unfortunately inheritance is beyond the scope of what we provide support for. It may or may not work. There definitely could be areas where you might hit the wall. You would need to try on your own.