VS Integration: Issues in Intellisense (VS 2022)
There are the following issues with Intellisense:
- After opening a solution, the quick info is not always working immediately.
- Static field in combination with the static using.
- Quick Info and parameter tips sometimes do not work if the source code line contain many open/close parentheses.
- Roughness IF/IIF
All these issues are described in detail in the following test project (see the 'Program.prg' file, 'Start' function): XSharpBetaTest.zip
Environment: X# 2.17.0.2b IDE VS2022
Ticket consists of the following items:
ISSUE 1: After opening a solution, the quick info is not always working immediately ISSUE 2: Static field in combination with the static using ISSUE 3: Quick Info and parameter tips sometimes do not work if the source code line contain many open/close parentheses ISSUE 4: Roughness IF/IIF
The above commit has fixed (2), which is confirmed fixed now. Issues (1) and (3) still remain Issue (4) in my opinion is not a bug, because IF() is also accepted same as IIF(). This is also working in VO. (unfortunately in my opinion, but that's another matter!)