Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ole Jorgen
Total activity
34
Last activity
August 17, 2022 09:02
Member since
July 20, 2018 12:55
Following
0 users
Followed by
0 users
Votes
25
Subscriptions
5
Activity overview
Posts (0)
Comments (4)
Ole Jorgen
commented,
July 05, 2022 20:01
This also makes it a no-go to use the useful doctest feature of python, as the presence of a doctest in a file change ctrl-shift-F10 to mean run doctestst. (Even if the module has a if __name__ == ...
Community
PyCharm
Disable automatic test function
3 votes
Ole Jorgen
commented,
July 03, 2022 08:08
Still unalterable slow on Webstorm 2022.1.3. Not the beefiest machine, and we use some of complex typescript features - but the codebase isn't huge. I appreciate that at some point you just have to...
Community
WebStorm
Typescript inspections sometimes unreliable and/or slow
1 vote
Ole Jorgen
commented,
November 22, 2020 12:38
> It seems that you need to put a blank line after "Function's description" This is kinda an annoying requirement. Some will argue it looks better with a blank line, but I think: 1. it wastes unn...
Community
PyCharm
PyCharm function documentation style and preview
0 votes
Ole Jorgen
commented,
December 16, 2019 12:37
/** @type {Promise<string>} */let p = Promise.resolve("some string")p.then(x => x.) // doesn't understand typelet p = Promise.resolve("some string")p.then(x => x.) // understands type Seems websto...
Community
WebStorm
JSDoc *in WebStorm* and (ES 2015) promises?
0 votes