Stephan

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
-
Stephan created a post, AnsweredOpen 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 commented, -
-
Stephan created a post, AnsweredPossibility 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 commented, -
Stephan created a post, AnsweredDon'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 created a post, 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 created a post, 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...