L-I-V / MQL-Tools

49 stars 17 forks source link

Intelli Sense Error Squiggles #53

Open Botan626 opened 7 months ago

Botan626 commented 7 months ago

Hi, E.g. I have 1 error. image

Problems:

  1. It shows wrong file name, the real one is "HA+MM+PP.mq5".
  2. If I click on the error, vscode will try to open that non-existent file with this error: image

Compile with script works fine.

pungggi commented 4 months ago

Do you have in your settings.json the following?: "C_Cpp.errorSquiggles": "disabled",

Botan626 commented 4 months ago

Do you have in your settings.json the following?: "C_Cpp.errorSquiggles": "disabled",

No, but I have "mql_tools.IntelliSenseErrorSquiggles": false

aipungggi commented 4 months ago

and did you try "C_Cpp.errorSquiggles": "disabled" ?

Botan626 commented 4 months ago

and did you try "C_Cpp.errorSquiggles": "disabled" ?

Now I tried, and it didn't help, and it seems like it's file dependent, for one file clicking on the problem opens corresponding line, but for the file from the 1st comment behaviour is the same.

althouh both files exist in the same folder

Botan626 commented 4 months ago

look like it's not file name dependent

same issue with Double smoothed EMA (mtf).mq5 indicator

adding _@!!@ to the file name and trying to open it

image