Pweijtens
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Pweijtens created a post, 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 created a post, 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 created a post, 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 created a post, 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 created a post, AnsweredCan 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...