introduce variable hotfix

is a introduce variable hotfix for statements like this possible and useful?


(timeSpan.TotalSeconds * 100 / timeSpanTotal.TotalSeconds);

0
Avatar
Permanently deleted user

Carsten Jendro wrote:

is a introduce variable hotfix for statements like this possible and useful?


(timeSpan.TotalSeconds * 100 / timeSpanTotal.TotalSeconds);


Place your cursor anywhere inside the () (or select everything except the ';') and type
.

Oddly, it doesn't work if you select the entire line though.

0
Avatar
Permanently deleted user

i know ctrl-alt-v, but in some cases it would be useful to additionally add a hotfix to do the same thing, because pressing ctrlenter ist mutch easyer than movin the cursor to mark the line and pressing ctrlalt+v

0
Avatar
Permanently deleted user

Carsten Jendro wrote:

i know ctrl-alt-v, but in some cases it would be useful to
additionally add a hotfix to do the same thing, because pressing
ctrl+enter ist mutch easyer than movin the cursor to mark the line
and pressing ctrlaltv


If you get SmartIntroduce plugin, you don't need to touch the cursor or
selection, you just press ctrlaltv.

0

请先登录再写评论。