vuesplit READMEThis extension split a vue file into 3 files. The purpose is to view 3 sections of vue files: template/script/style. Because we often jump between those sections, eg. add class name in template section, then create this class in style section. So it may reduce some jumps and some memory burden. FeaturesMake sure you cursor is in the template section. Press shift+ctrl+v [macOS: shift+cmd+v] (the default shortcut key) to split current vue files into three files. Extension SettingsThis extension contributes the following settings:
Known IssuesYou should put the cursor in the template section, then execute the command. Release Notes1.0.1modify readme. 1.0.0init release. For more informationEnjoy! |