You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,22 @@ Into this:
35
35
4) Your code is now inserted at your cursor.
36
36
37
37
38
+
## What this plugin can't do:
39
+
* Convert JavaScript:
40
+
41
+
The <script> tag will be ignored, but Inline Javascript will be set without changes to the corresponding property. See the "button" code example above.
42
+
43
+
* Convert style sheets:
44
+
45
+
The <style> tag will be ignored, but inlined styles will be set to the corresponding style{} property. See the "button" code example above.
46
+
47
+
* Convert < head>
48
+
49
+
For now only the **< body>** will be parsed
50
+
38
51
## :arrow_down: How to install?
39
52
53
+
(It's in Review in the Marketplace right now, so you won't find it)
40
54
You can install plugin directly from IntelliJ IDEA or Android Studio:
0 commit comments