Pweijtens

Avatar
  • 活动总数 10
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 5
  • Pweijtens 创建了一个帖子,

    Pycharm type hinting with recursive types in python3.11 is not working as expected

    Say I have a recursive type like: ValueTy = str | list["ValueTy"]v: ValueTy = [1] I expect pycharm to give an error on the second line: as the type is not correct (it's supposed to be a string or a...
  • Pweijtens 创建了一个帖子,

    Starting chrome debug session in webstorm no longer works

    I use webstorm 2021.3.3 and chrome 112.0.5615.121 on ubuntu 22.04.2. I notice that since a month debug sessions no longer start up correctly.   The debugging configuration used to work just fine. B...
  • Pweijtens 创建了一个帖子,

    implement all members code generation

    When using typescript and having an interface to a class it is possible to automatically let webstorm generate all members required.   However I wonder if it is possible to modify how certain membe...
  • Pweijtens 创建了一个帖子,

    exported commonjs-function recognized as global function, others not?

    Well the intellisense is borking up at one specific function, at most other functions it is showing the correct menu:   "insert const {...}  = require(...)" and "insert import {....}" - yet a very ...
  • Pweijtens 创建了一个帖子,
    已回答

    Can I get webstorm IDE when purchasing pycharm?

    Well considering the stream of topics that "pycharm includes webstorm" I wonder: can one actually get the webstorm application after getting a pycharm subscription?   The advantage of using differe...