coderefinery / customizableCourseTemplate

course template allowing users to select abstraction level and work contexts of embedded examples
0 stars 0 forks source link

vCode: autoresize editor on newline #25

Closed mehimself closed 5 years ago

mehimself commented 5 years ago

default: hugging content (allows for inline embedding)

@keyup.enter:

this.$el.style.width = '100%';
this.$el.style.height += this.$el.style.lineHeight;