Henning Dieterichs
Henning Dieterichs
> Right, I can see the value in this. I wonder if there are any security implications I'd have to consider? The outer iframe cannot access any data/dom of the...
@mjbvz Afaik you worked on MarkdownString. It seems like all "dangerous" markup is stripped from the hover. Do you know why?
The _class directive fixes the stable styling issue! Being able to set ids would still improve reloading a slide deck, as inserting slides before the current slide wouldn't cause problems....
> have individual code actions Maybe it makes sense to distinguish them, but I think discoverability is much more important than precision for refactorings. ReSharper has one unified move down/up...
> There would be a single shortcut for "move up" and a single shortcut for "move down" Then you would need to use many context keys to compute upfront which...
That is very cool! When invoking the shortcut, I wouldn't expect the context menu though.
In general, I would expect move commands to be non-safe, so safety information is not very helpful for me for this code action. > showing the menu only when there...
> Hi! how can I disable it? ctrl+alt+up/down is a very usefull hotkey to move code lines in any file type but now I'm getting this message when I press...
I think for Windows, shift+alt+{up, down, left, right} might be better. Ctrl+Alt+... is already used for multi-cursor and is quite important.
> shift+alt+{up, down, left, right} I think duplicating lines up and down is probably not used by many, so I think it should be okay to overwrite that.