Is there any shortcut to convert multi-line code to single line in VS Code 2018 (version 1.23) in Ubuntu.
For example convert this :
<label class="container-of-label">
<input type="checkbox" class="dataTable-checkBox">
<span class="checkmark"></span>
</label>
to :
<label class='container-of-label'><input type='checkbox' class='dataTable-checkBox'><span class='checkmark'></span></label>