Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Larsm0806
Total activity
10
Last activity
June 21, 2019 17:04
Member since
June 20, 2019 14:52
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
June 21, 2019 14:52
Thanks for your fast reply ! Somehow it doesnt work as intended :( I can set the name of the method... i also need to set the return type, because it always chooses the wrong type... and the "Value...
Community
General Discussion
How do i change the Getter/Setter format ?
1 vote
Created
June 21, 2019 12:16
Thanks for the tipp ! Currently i generate them via "rightclick -> generate properties" because theres no "rightclick -> generate getter and setter" in rider... Is it possible to add such a butt...
Community
General Discussion
How do i change the Getter/Setter format ?
1 vote
Created
June 21, 2019 13:58
So heres a little update... The live template is pretty good... i created following one : public void set$SET_NAME$($TYPE$ obj){ $NAME$ = obj; }public $TYPE$ get$SET_NAME$(){ return $NAME$; } $END...
Community
General Discussion
How do i change the Getter/Setter format ?
0 votes