Rct2118

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Typescript auto-fix for mismatched types
When interacting with third-party libraries, I frequently don't know the required type I need: function myFunction(x: ???) { libraryFunction(x)} If I type `x` incorrectly (say, as a string), Ty... -
Created type hint toggle shortcut key
Most of the time, type hints add visual clutter and mess up code formatting, and I'd rather not see them. But sometimes they're invaluable. Is there a way to define a shortcut key to toggle *all* t... -
Edited Webstorm cannot find imports after rebuild
I have imports from a shared library in my monorepo: import Pizza from '@app/shared/build/pizza' These work fine until I delete the `packages/shared/build` folder and rebuild it during the build pr...