els-component-extraction-addon
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "els-component-extraction-addon", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Ember Language Server Templates Code Actions extension", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,1 +0,30 @@ | ||
TBD | ||
# els-component-extraction-addon | ||
Ember Language Server Templates Code Actions extension | ||
How to use? | ||
Install this addon as `dev-dependency` inside your ember project. | ||
### Features | ||
* component creation from user selection | ||
### NPM | ||
`npm install els-component-extraction-addon --save-dev` | ||
### Yarn | ||
`yarn add els-component-extraction-addon --dev` | ||
### VSCode | ||
Install: [Unstable Ember Language Server](https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable). | ||
Install: [ember-fast-cli addon](https://github.com/lifeart/ember-fast-cli) | ||
* Restart `VSCode`. | ||
* Start project server | ||
## Usage | ||
Select text, click on code action icon, select `Extract selection to component`. | ||
![component extraction preview](previews/preview.png) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113210
6
31