主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ole Jorgen
活动总数
40
最后的活动
2025年02月04日 10:06
成员加入日期
2018年07月20日 12:55
关注
0 名用户
关注者数
0 名用户
投票数
29
订阅数
5
活动概览
帖子(0)
评论(6)
Ole Jorgen
进行了评论,
2025年02月04日 10:06
The “Run | Run ... option on the top menu bar” still runs the file using pytest…
社区
PyCharm
Disable automatic test function
0 票
Ole Jorgen
进行了评论,
2025年02月04日 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...
社区
PyCharm
Disable automatic test function
0 票
Ole Jorgen
进行了评论,
2022年07月05日 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__ == ...
社区
PyCharm
Disable automatic test function
3 票
Ole Jorgen
进行了评论,
2022年07月03日 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...
社区
WebStorm
Typescript inspections sometimes unreliable and/or slow
1 票
Ole Jorgen
进行了评论,
2020年11月22日 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...
社区
PyCharm
PyCharm function documentation style and preview
0 票
Ole Jorgen
进行了评论,
2019年12月16日 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...
社区
WebStorm
JSDoc *in WebStorm* and (ES 2015) promises?
0 票