L-I-V / MQL-Tools

42 stars 15 forks source link

Go to Definition (F12) missing #9

Closed bohacf closed 1 year ago

bohacf commented 1 year ago

The context menu of MQL file has no "Go to Definition (F12)" item (same as Ctrl+click functionality). This is very important function. Is it possible to add in future version?

kaloworx commented 1 year ago

image

bohacf commented 1 year ago

Thanks kalotech, you're right. On clean instalation of VSCode works fine. (previously was problematic on MQL file type)

But, is any way to configure C++ to accept variables with input keyword?

image

MACD Sample.mq4.txt

In custom setting for CPP i have only this: "C_Cpp.errorSquiggles": "Disabled"

bohacf commented 1 year ago

Fixed with https://www.mql5.com/en/forum/222553/page6#comment_27402743

my c_cpp_properties.json: "compilerPath": "C:\swdev\mingw64\bin\gcc.exe", "intelliSenseMode": "gcc-x64",