Help with configuring Intellisense #13233
Unanswered
Absconditus
asked this question in
Q&A
Replies: 1 comment
-
Hi, @Absconditus, Try changing the "compilerPath" setting. If you're using C/C++ compilers, you should set it to something like "C: (Your machine path) \mingw64\bin\gcc.exe" or "C: (Your machine path) \mingw64\bin\g++.exe". Additionally, try changing the "intelliSenseMode" to "clang-x64", as shown in this guide: MQL5 VScode Guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New to programming MQL5. When using writing a function from the Trade class intellisense doesn't pop up any suggestions. I have added the Include path to my cpp_settings_json file.
I have also added compiler $path and and pointed it to ming64, $default, and /path/to/mql5/terminal folder, but intellisense dosnt seem to "see" the "includes".
Help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions