Stephan

- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 6
-
-
Stephan 创建了一个帖子, 已回答Open and edit Bash files instead of running them
Not really sure how it happened, but mostly not how I can undo it. Whenever I open a bash file from the file explorer pane (double click the file name), it runs it instead of letting me edit it. I ... -
Stephan 进行了评论, -
-
Stephan 创建了一个帖子, 已回答Possibility to create a value for function param that is pointer, on the spot
Example: ``` type Thing struct { // fields } func Foo(t *Thing) { // code } func Bar() { Foo({CURSOR}) } ``` Now when I have my cursor at {CURSOR}, I can see the params suggestions pop up. It... -
Stephan 进行了评论, -
Stephan 创建了一个帖子, 已回答Don't suggest live template while already executing one
It's a bit annoying sometimes that while I am filling the variables of a live template, I get an auto-complete suggestion for another live template, I press tab to go to the next variable but inste... -
Stephan 创建了一个帖子, Break calls with many arguments onto multiple lines
This post https://intellij-support.jetbrains.com/hc/en-us/community/posts/206594115-possible-to-split-a-long-line-into-multiple-lines- describes how to break the arguments passed to function calls ... -
-
Stephan 创建了一个帖子, Surround with braces: move cursor before left brace
In PHPStorm (and other Jetbrains IDEs) there is the option (under Editor -> General -> Smart keys) called "Surround selection on typing quote or brace". It would be so super amazing if on surroundi...