Stephan
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 6
-
创建于 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 ... -
已编辑于 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... -
创建于 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... -
已编辑于 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 ... -
已编辑于 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... -
创建于 Idea: Generate function with caller
cmd+n now opens a nice tooltip that enables me to implement an interface quickly. It would be great to see some same kind of functionality, but not to implement an interface, but to create a new me...