VSCode IntelliSense / TypeScript sometimes pulls types from solid-js/types/server/reactive.js
#2441
Unanswered
fongandrew
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The SolidJS extension for VS Code is no longer available in the marketplace. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When autocompleting commonly used functions from the SolidJS API, sometimes VSCode insists on pulling from
solid-js/types/server/reactive.js
instead ofsolid-js
. AFAICT, onlysolid-js
works. Theserver/reactive.js
variants don't play nice with a standard Vite SPA.Is there some sort of
tsconfig.json
or VSCode or Vite config thing I'm missing? Kind of annoying how often I accidentally autocomplete and insert the wrong import half the time.Beta Was this translation helpful? Give feedback.
All reactions