Leonid
Leonid
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....
An example demonstrating the problem is in the following video: [ScreenRecorderProject1.zip](https://github.com/X-Sharp/XSharpPublic/files/12258868/ScreenRecorderProject1.zip) **Environment:** IDE VS 2022 X# 2.17.0.3
When compiling the following example, the compiler reports an error: ``` FUNCTION Start() AS VOID STRICT LOCAL o := TestClass{} AS TestClass o:SetItem(0) RETURN CLASS TestClass METHOD SetItem(dwItem AS DWORD)...
VS Integration: Intellisense does not recognize members of a generic structure nested in a namespace
There is the following code: ``` USING TestNamespace FUNCTION Start() AS VOID STRICT LOCAL gs AS GenericTestStruct ? gs:Value1 // No hints (undeclared) gs: // Nothing RETURN BEGIN NAMESPACE TestNamespace...
X# 2.13.2.1 There is a compiler warning: > Warning XS9043 'MAKELANGID' is ambiguous. Could be Method 'VOWin32APILibrary.Functions.MAKELANGID(params usual[])' in VOWin32APILibrary or Method 'XSharp.VO.Functions.MAKELANGID(word, word)' in XSharp.VO.
In VO in the window editor, when creating pages in TabControl, you can double-click on the page with the mouse, which will lead to one of two results: 1. If...