You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.'?
The text was updated successfully, but these errors were encountered:
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.'?
The text was updated successfully, but these errors were encountered: