'How to convert horizontal code to vertical lines in Visual Studio
From this
<div class="section-title text-center"><p class="mb-2">Recent works</p><h2 class="title text-dark">Selected Projects</h2></div>
To this
<div class="section-title text-center">
<p class="mb-2">Recent works</p>
<h2 class="title text-dark">Selected Projects</h2>
</div>
Here the breakdown should be at least editable. If Visual Code cannot do this, any recommendations for other capable editors are fine too. Also are there any plugins can do this? Truly appreciate your feedback,
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
