Why not found intellisense for showing local variable in Amibroker like visual studio for C#/VB.net ,pycharm for Python?

I wasn't not found IntelliSense feature in AFL Editor when I declared local variable while writing the script as following screenshot like Visual Studio for C# or Pycharm for Python.
Inteli3Inteli2

How to enable IntelliSense feature in AFL script Editor .

It is not "Intellisense". Intellisense is Microsoft product/technology.

We do NOT use this. Every feature that AmiBroker has was written from scratch every bit and every line of AmIBroker is original C++ code handcrafted by myself.
AmiBroker in its entirety (EXE and DLLs) is less than 5MB. Visual Studio is 3GB+.
AmIBroker is hyper fast. Visual Studio is painfully slow.

Therefore, it is not like "Visual studio" and AmiBroker's auto-complete only shows built-in functions, predefined variables and constants, functions exported by plugins and code snippets.

4 Likes

Thank you for your prompt support.