XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

VS Integration: Issues in Intellisense (VS 2022)

Open leon-ts opened this issue 2 years ago • 1 comments

There are the following issues with Intellisense:

  1. After opening a solution, the quick info is not always working immediately.
  2. Static field in combination with the static using.
  3. Quick Info and parameter tips sometimes do not work if the source code line contain many open/close parentheses.
  4. 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

leon-ts avatar Aug 02 '23 08:08 leon-ts

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!)

cpyrgas avatar Jan 09 '24 18:01 cpyrgas