Skip to content

IntelliSense not providing full list of struct members from included library #6680

@weinix

Description

@weinix

Type: LanguageService

Describe the bug

  • OS and Version: Windows 10
  • VS Code Version: 1.52.1
  • C/C++ Extension Version: v1.1.3
  • Other extensions you installed (and if the issue persists after disabling them):
  • Does this issue involve using SSH remote to run the extension on a remote machine?: No
  • A clear and concise description of what the bug is, including information about the workspace (i.e. is the workspace a single project or multiple projects, size of the project, etc).

I am developing MQL5(C++ like) application with VS code and observed below

Below screen is the behavior, I can see a few members of the struct, but missing most of them.

image

**Below is the screenshot of my actual struct in the included library.
image

Steps to reproduce

  1. Get the library: https://c.mql5.com/3/176/MQLsyntax.mqh
  2. Write a small test code that #include <MQLsyntax.mqh> first
  3. define mrequest with MqlTradeRequest: "MqlTradeRequest mrequest;"
  4. type "mrequest." to see the member list and you will see the issue.

Expected behavior

Expect to see the full list or be able to search any member by typing the first few characters.

Logs
Insert logs here.

Screenshots

Additional context

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions