-
Use
yalc
/npm link
/ etc to link this project folder to your tamagui project. -
Add plugin config to
tsconfig.json
(see README)
-
Run
pnpm build
in plugin workspace -
Refresh your tamagui project vscode window / TS server
-
Trigger an autocomplete to appear
-
Check logs:
-
Open VSCode
Command Palette
->Open TS Server Logs...
-
ctrl/cmd + f
->TSTamagui::
-
-
Start over from build step after making changes to the plugin code.