kcl-lang / kcl

KCL Programming Language (CNCF Sandbox Project). https://kcl-lang.io
https://kcl-lang.io
Apache License 2.0
1.61k stars 112 forks source link

[LFX] Provide multiple quick fix options for variable modification in KCL IDE #1113

Closed Peefy closed 6 months ago

Peefy commented 6 months ago

For example

image

The quick fix items should be ["a", "aa", "abs"] instead of a single item "a"

shashank-iitbhu commented 6 months ago

Please assign @Peefy