redhat-developer / quarkus-ls

Language server for Quarkus tooling
Eclipse Public License 2.0
44 stars 15 forks source link

Fix support ? in parameter let section #907

Closed angelozerr closed 11 months ago

angelozerr commented 11 months ago

Fix support ? in parameter let section

Fixes #906

This PR provides the capability to have name as completion item in bundleScript and it displays as hinlay the default value of let . Here a demo:

BundleScriptDemo

//cc @ia3andy

angelozerr commented 11 months ago

@JessicaJHee @datho7561 I created a PR on vscode-quarkus side https://github.com/redhat-developer/vscode-quarkus/pull/619 to provide settings to show this inlay hint (true by default)

angelozerr commented 11 months ago

Thank's @datho7561 !