Open touyu opened 1 year ago
Hi, I think this is an issue with CodeMirror
's autocomplete plugin. You can trigger the autocompletion manually by pressing Ctrl+Space
. You can do this after you type trpc.
, this should autocomplete all your queries. I hope this helps.
Hi, Thank you for the useful library.
I've noticed that when writing code in the editor within the Playground, the autocomplete seems to lag by a slight moment. For instance, if there's a router named trpc.user, the autocomplete for 'user' appears as I type 'u'. Would it be possible to have the autocomplete suggestions appear as soon as I type the '.' in 'trpc.'?