-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add icon, update package name & README
- Loading branch information
Showing
5 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
# vscode-angular-editor | ||
# vscode-angular-support | ||
|
||
[![Build Status](https://travis-ci.org/VismaLietuva/vscode-angular-editor.svg?branch=master)](https://travis-ci.org/VismaLietuva/vscode-angular-editor) | ||
[![Build Status](https://travis-ci.org/VismaLietuva/vscode-angular-support.svg?branch=master)](https://travis-ci.org/VismaLietuva/vscode-angular-support) | ||
|
||
WIP | ||
Language support for angular definitions. | ||
|
||
## Prerequisites | ||
|
||
- Angular with **Typescript** *(JS version possibly in the future)* | ||
- *At the moment* [official style guide](https://angular.io/docs/ts/latest/guide/style-guide.html#!#naming) file naming (component `.ts` and `.html` names should match). | ||
|
||
## Features | ||
|
||
- Go to / peek definition from: | ||
- interpolation `{{ myVar }}` | ||
- one/two way binded input `[(...)]="myVar"` | ||
- `templateUrl` or `styleUrls` in `@Component` decorator | ||
- output `(...)="myMethod"` | ||
- **Not implemented!** component `<my-component></my-component>` | ||
- **Not implemented!** custom input `[myInput]=".."` or output `(myOutput)=".."` attributes | ||
Go to / peek definition from: | ||
- interpolation `{{ myVar }}` | ||
- input `[(...)]="myVar"` | ||
- output `(...)="myMethod"` | ||
- `templateUrl` or `styleUrls` in `@Component` decorator | ||
|
||
![working](images/example.gif) | ||
|
||
## Roadmap | ||
|
||
![working](images/example.gif) | ||
Go to / peek definition from: | ||
- component `<my-component></my-component>` | ||
- component input `[myInput]=".."` or output `(myOutput)=".."` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters