Skip to content

Commit 150c858

Browse files
committed
Update installation instructions in README to use v1.0
Remove unneeded jar
2 parents 99a8546 + c194261 commit 150c858

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ https://github.com/styled-components/styled-components/issues/176
66

77
# Installation
88
An alpha version is here! Here are the steps you need for installations
9-
- Download the alpha release from here [v1.0-alpha](https://github.com/styled-components/webstorm-styled-components/archive/v1.0-alpha.zip)
9+
- Download the latest release from here https://github.com/styled-components/webstorm-styled-components/releases/
1010
- Extract the archive
1111
- In Webstorm, Hit <kbd>CMD</kbd>+<kbd>SHIFT</kbd>+<kbd>A</kbd> to bring up actions pane. Then select *Add Plugin From Disk*
12-
- Select `webstorm-styled-components.jar` to install the plugin
12+
- Select `webstorm-styled-components.zip` to install the plugin
1313
- You should find your StyledComponents instances highlighted automatically
1414

1515
# Known Issues
@@ -18,15 +18,8 @@ The plugin only works with Webstorm 2017
1818
# Current Progress
1919
![alt text](https://d26dzxoao6i3hh.cloudfront.net/items/1Z0q2R2Y3F0b0H091436/Image%202017-08-30%20at%204.23.48%20PM.png?v=589202df)
2020

21-
# Done
22-
- Capture tagged template literals for styled components (starting with `styled.*`, `styled()`, `keyframes`)
23-
- Filter ES6 interpolations in selector position (Otherwise SCSS would complain about incorrect syntax)
24-
- Inject SCSS in the matched literals
25-
2621
# TODO
27-
- Treat ES6 Interpolation in property position as a css value
2822
- Smart Indentation when opening backticks and pressing enter.
29-
- Autocomplete in SCSS injected regions
3023

3124
# License (MIT)
3225
Copyright 2017 Hossam Saraya

webstorm-styled-components.jar

-28.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)