Rct2118

Avatar
  • 活动总数 7
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 3
  • 创建于

    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 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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 个关注者
    • 1 条评论
    • 0 票
  • 已编辑于

    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...
    • 3 个关注者
    • 4 条评论
    • 2 票