nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.09k stars 530 forks source link

is there no INTELLISENSE / AUTO COMPLETE for typing? #2177

Closed devinschumacher closed 1 week ago

devinschumacher commented 2 months ago

Description

is there an intellisense / autocomplete options for NuxtUI components? i dont see any tooltip thing here when i type...

image

zhaolinlau commented 2 months ago

u try start typing with <UF

devinschumacher commented 2 months ago

@zhaolinlau yes that works, but it ain't fun hittin' the < key for nuxt when all the other tags don't need that extra key :(

zhaolinlau commented 2 months ago

@devinschumacher i know right

benjamincanac commented 1 week ago

Closing this as it depends on your editor config I guess. Works on mine even with < if you scroll long enough: CleanShot 2024-11-08 at 15.06.22@2x.png

devinschumacher commented 5 days ago

Closing this as it depends on your editor config I guess. Works on mine even with < if you scroll long enough: CleanShot 2024-11-08 at 15.06.22@2x.png

yes it works if you start with < --- however no other intellisense/auto-complete requires that. Shouldnt it pick up from just typing UB... for (<UButton>) etc. ? @benjamincanac