ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

[Bug]: Invalid order of the VSCode suggestions for boolean

Open SasinduDilshara opened this issue 1 year ago • 0 comments

Description

Please consider the below code

type A record{
    boolean a;
};

A a = {a:t<CURSOR>};

function test() {

}

Imo, in here true should be the first suggestion in the list

Screenshot 2024-02-20 at 12 09 44 (2)

Steps to Reproduce

No response

Affected Version(s)

No response

OS, DB, other environment details and versions

No response

Related area

-> Compilation

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

SasinduDilshara avatar Feb 20 '24 06:02 SasinduDilshara