-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathfeatures_pro.html
111 lines (111 loc) · 2.44 KB
/
features_pro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<table>
<thead>
<tr>
<th> </th>
</tr>
</thead>
<tbody>
<tr>
<td>Price: Paid, free for Students</td>
</tr>
<tr>
<td>Active development</td>
</tr>
<tr>
<td>UI display Language: Chinese / English</td>
</tr>
<tr>
<td>Advanced React Native JSX Outline (Class, Function, JSX)</td>
</tr>
<tr>
<td>Image path completion and inline image preview</td>
</tr>
<tr>
<td>Single click in JSX file to open imported package's homepage or source code</td>
</tr>
<tr>
<td>JSX tag range indicator</td>
</tr>
<tr>
<td>Preview imported component source or homepage</td>
</tr>
<tr>
<td>Display usages inlay editor hints for JSX language</td>
</tr>
<tr>
<td>Install APK file inside the project with right click</td>
</tr>
<tr>
<td>Better RN Android Log Viewer</td>
</tr>
<tr>
<td>New Expo or React Native Project in All IDE</td>
</tr>
<tr>
<td>Enhanced package.json editor: package completion, run scripts</td>
</tr>
<tr>
<td>ADB Start App</td>
</tr>
<tr>
<td>ADB Kill App</td>
</tr>
<tr>
<td>ADB Restart App</td>
</tr>
<tr>
<td>ADB Clear App Data</td>
</tr>
<tr>
<td>ADB Clear App Data and Restart</td>
</tr>
<tr>
<td>ADB Uninstall App</td>
</tr>
<tr>
<td>ADB Revoke Permissions</td>
</tr>
<tr>
<td>ADB Revoke Permissions and Restart</td>
</tr>
<tr>
<td>ADB Grant Permissions</td>
</tr>
<tr>
<td>ADB Open App Info page</td>
</tr>
<tr>
<td>ADB Get App Start Time</td>
</tr>
<tr>
<td>ADB Enable Wi-Fi</td>
</tr>
<tr>
<td>ADB Disable Wi-Fi</td>
</tr>
<tr>
<td>ADB Enable Mobile Data</td>
</tr>
<tr>
<td>ADB Disable Mobile Data</td>
</tr>
<tr>
<td>Record a video of the Android device display</td>
</tr>
<tr>
<td>Take a screenshot from the Android device display</td>
</tr>
<tr>
<td>Take a screenshot from the iOS Simulator Screen</td>
</tr>
<tr>
<td>Record a video of the iOS Simulator display</td>
</tr>
<tr>
<td>Run CocoPods commands: pod install, pod update</td>
</tr>
<tr>
<td>iOS in IDE App version editor</td>
</tr>
</tbody>
</table>