Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue support inlay hints #7086

Open
1 task done
d1y opened this issue Jan 30, 2024 · 0 comments
Open
1 task done

Vue support inlay hints #7086

d1y opened this issue Jan 30, 2024 · 0 comments
Labels
enhancement [core label] inlay hints language server An umbrella label for all language servers language An umbrella label for all programming languages syntax behaviors vue Vue.js framework support

Comments

@d1y
Copy link
Contributor

d1y commented Jan 30, 2024

Check for existing issues

  • Completed

Describe the feature

These are now supported Rust | Go | Typescript | Svelte ?

Just an example of "proper configuration"

{
	"vue-language-server": {
	      "initialization_options": {
	        "vue": {
	          "inlayHints": {
	            "missingProps": true,
	            "optionsWrapper": true,
	            "inlineHandlerLeading": true
	          }
	        }
	      }
	}
}

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@d1y d1y added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Jan 30, 2024
@JosephTLyons JosephTLyons added language An umbrella label for all programming languages syntax behaviors language server An umbrella label for all language servers vue Vue.js framework support and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] inlay hints language server An umbrella label for all language servers language An umbrella label for all programming languages syntax behaviors vue Vue.js framework support
Projects
None yet
Development

No branches or pull requests

2 participants