When I want to see where my continue;
jumps I have to delete ;
and type it again (so something, let's call it Intellisense, will highlight continue
and for
or while
line).
Same goes when I want to reformat something enclosed between {
and }
(in case formatting was not possible, because i wrote to example double a =
inside and only after editing the rest could finish), I have to delete }
(preferably the last one in the currently opened file) and type it again.
Question is:
- are there keybindings to simplify this? Like pressing Ctrl+K and then something?
- what are you guys doing, same as I deleting and retyping stuff to make things working?
P.S.: I know about Ctrl+Space (and one with the Shift) and I read this and also did some Googling, no luck.