zed icon indicating copy to clipboard operation
zed copied to clipboard

Vue support inlay hints

Open d1y opened this issue 1 year ago • 0 comments

Check for existing issues

  • [X] 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 avatar Jan 30 '24 15:01 d1y