Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ole Jorgen
Total activity
40
Last activity
February 04, 2025 10:06
Member since
July 20, 2018 12:55
Following
0 users
Followed by
0 users
Votes
29
Subscriptions
5
Activity overview
Posts (0)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
February 04, 2025 10:06
The “Run | Run ... option on the top menu bar” still runs the file using pytest…
Community
PyCharm
Disable automatic test function
0 votes
Created
February 04, 2025 10:05
This issue is marked as “Fixed”: https://youtrack.jetbrains.com/issue/PY-23932/Any-file-should-be-runnable-as-plain-script-but-tests-configuration-should-be-displayed-first-to-save-keystroke Can so...
Community
PyCharm
Disable automatic test function
0 votes
Edited
July 05, 2022 20:02
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
Edited
July 03, 2022 09:45
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
Created
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
Created
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