Closed petetnt closed 8 years ago
Thanks for the issue. So there are two different issues, right?
[[TAGS]]
Actually the second issue doesn't happen on my machine.
/**
* AIbcas
* @author Ole Kröger
*/
$scope.getAllVersion=function(){
}
where I
should be the cursor. ;)
backspace ->
/**
* Ibcas
* @author Ole Kröger
*/
$scope.getAllVersion=function(){
}
Sorry I explained that bit badly, I meant backspacing through the whole line, I just meant it as other case where deleting things can accidentally lead to removing the whole line, when you just wanted to start the line from scratch
Ah okay thanks! Yeah I have that problem as well, but now I'll fix that! Thanks again and have a nice weekend @petetnt
Awesome! Thanks Wikunia ja have a nice weekend too! :beers:
Maybe you wanna try "Install from Url" before I register the new version ;)
@Wikunia installed from the repo and the fix is just what I wanted :+1:
I really like the extension, but something (that's mostly because of code writing habits) I run often with is the greedy backspace behavior.
Consider something like this:
/**
and pressing enter.[[Description]]
is selected.I know what that you could just start writing the description and everything would be swell, but something is hardwired to my brain that I
always
press backspace first.Similar thing happens when you start the description wrong and backspace back
You notice the before
I
and backspace back and end up again with this:What I would like is the current behavior, but one letter later: basically the keystoke that would remove the whitespace between
*
and whatever is after it.