-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature: Auto-completeLanguage Servicemore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state
Description
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.
**Below is the screenshot of my actual struct in the included library.
Steps to reproduce
- Get the library: https://c.mql5.com/3/176/MQLsyntax.mqh
- Write a small test code that #include <MQLsyntax.mqh> first
- define mrequest with MqlTradeRequest: "MqlTradeRequest mrequest;"
- 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
Labels
Feature: Auto-completeLanguage Servicemore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state