Integrates Ventmere B2 into VS Code.
- Download B2 components and controllers to file system
- Upload after save
- Partial/Layout highlight/autocomplete
- Controller link/run
- Links to component/assets
- Asset Upload
- Page Explorer
- Preview component
- git
- Fixed cloned controller js file extension.
- Remove 'test' from asset upload path.
- Added a command to sync local editing object's revision with B2.
- Fixed run controller output always showing 'Loading...'
- Added a command to tag content elements with UUID for translation.
- Minor bug fixes
- Auto complete in components and LESS files
- Run Controller command
- Insert Controller ID command
- Display controller name in *.component.json
- Jump to Controller file
- Jump to LESS file
- B2 Mustache language no longer applied to Angular component html files (Run
B2: Upgrade
command to rename your local files)
MVP Release
- Create an empty project folder.
git init
, create a.gitignore
/b2config.json`.- Create a
b2config.json
withendpoint
andtoken
. - Commit all local changes to git.
- Click
B2
icon, then clickB2: Pull Source Code
button. - Wait pull to finish.
Enjoy!