IntelliSense documentation not working on Visual Studio

Created at 26 Feb 2015, 19:56
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
CP

cprcrack

Joined 15.02.2015

IntelliSense documentation not working on Visual Studio
26 Feb 2015, 19:56


Please add IntelliSense documentation so that you can see the documentation when coding in Visual Studio, just like when you code in cAlgo. I need to use Visual Studio but this lack if documentation is being a pain.

Alternatively, is there any way to enable IntelliSense docs manually?


@cprcrack
Replies

Spotware
27 Feb 2015, 15:15

Yes, you can enable IntelliSense for cAlgo.API in VS:

  1. Open task manager
  2. Right click on cAlgo.exe process
  3. Select "Open file location". cAlgo folder will be opened.
  4. Find cAlgo.API.XML file there
  5. Copy it to Documents\cAlgo\API\

Hope that helps.


@Spotware

cprcrack
27 Feb 2015, 15:43

Awesome, it worked perfectly. May I suggest you copy and update that xml file automatically in future versions?


@cprcrack

Spotware
27 Feb 2015, 15:45

Sure, we will do it in future releases.


@Spotware