1

I am trying to write some C++ code in the momentics IDE with the project type as 'C++ Cascades Application'. To my surprise there's no Intellisense support.

Does anyone know how to enable intellisense with C++?

Joseph Quinsey
  • 9,553
  • 10
  • 54
  • 77
Manav Sharma
  • 1,053
  • 1
  • 13
  • 21
  • Check Intellisense for eclipse: http://stackoverflow.com/questions/2085749/intellisense-dissapeared-in-eclipse-how-to-get-it-back – Benoit Oct 25 '12 at 12:52

2 Answers2

0

There is definitely autocomplete available in the Momentics IDE. Just press CTRL+Enter to show the list of available methods/classes etc. Also works in the QML editor for object properties.

donturner
  • 17,867
  • 8
  • 59
  • 81
0

The default delay before showing the list is 500ms. In the preferences, search for "Content Assist" and you can configure the delay.

torpesco
  • 21
  • 2