Rct2118

Avatar
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 3 comments
    • 1 vote