This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure and add some content.
- Loading branch information
Rodrigo Bermudez Schettino
committed
Jun 10, 2018
1 parent
4432d71
commit a0e80ba
Showing
1 changed file
with
13 additions
and
7 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,15 +1,21 @@ | ||
# goto React | ||
|
||
## Features | ||
[Visual Studio Code](https://code.visualstudio.com/) Extension to open the container of the currently open component and viceversa. | ||
|
||
## Requirements | ||
## Installation | ||
|
||
## Extension Settings | ||
Download goto React directly from the VSCode Marketplace. | ||
|
||
## Known Issues | ||
## Usage | ||
|
||
## License | ||
1. Open the Command Palette (⇧+⌘+P) | ||
2. Type `goto-react` | ||
3. Run the command `goto-react: Open component/container`. | ||
|
||
## Contributing | ||
|
||
[MIT](LICENSE) | ||
If you find a bug, please create an [issue](https://github.com/rodrigobdz/goto-react/issues) or a [PR](https://github.com/rodrigobdz/goto-react/pulls). | ||
|
||
## License | ||
|
||
Copyright (c) 2018 Rodrigo Bermúdez Schettino. | ||
[MIT](LICENSE) © [rodrigobdz](https://rodrigobdz.github.io/). |