forked from contradictioned/areweideyet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtable.jade
244 lines (243 loc) · 5.7 KB
/
table.jade
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
table#overview
thead
tr
th
th
div Syntax highlighting (.rs)
//-th
//-div Syntax highlighting (.toml)
th
div Snippets
th
div Code Completion
th
div Linting
th
div Code Formatting
th
div Go-to Definition
th
div Debugging
th
div Documentation Tooltips
tbody
tr
th.name
a(href="#atom") Atom
td.highlighting ✓<sup>1</sup>
//-td.tomlhighlighting
td.snippets ✓<sup>1</sup>
td.completion ✓<sup>1</sup>
td.linting ✓<sup>1</sup>
td.formatting ✓<sup>1</sup>
td.goto ✓<sup>1</sup>
td.debugging
td.doctooltips ✓<sup>1</sup>
tr
th.name
a(href="#bbedit") BBedit
td.highlighting ✓<sup>1</sup>
//-td.tomlhighlighting
td.snippets ✓<sup>1</sup>
td.completion
td.linting
td.formatting
td.goto
td.debugging
td.doctooltips
tr
th.name
a(href="#emacs") Emacs
td.highlighting ✓<sup>1</sup>
//-td.tomlhighlighting
td.snippets ✓<sup>1</sup>
td.completion ✓<sup>2</sup>
td.linting ✓<sup>1</sup>
td.formatting ✓<sup>1</sup>
td.goto ✓<sup>2</sup>
td.debugging
td.doctooltips
tr
th.name
a(href="#mc") Midnight Commander
td.highlighting ✓<sup>1</sup>
//-td.tomlhighlighting
td.snippets
td.completion
td.linting
td.formatting
td.goto
td.debugging
td.doctooltips
tr
th.name
a(href="#textadept") Textadept
td.highlighting ✓
//-td.tomlhighlighting ✓
td.snippets ✓<sup>1</sup>
td.completion ✓<sup>1</sup>
td.linting ✓<sup>1</sup>
td.formatting
td.goto ✓<sup>1</sup>
td.debugging
td.doctooltips
tr
th(title="Sublime Text 2/3").name
a(href="#sublime") Sublime
td.highlighting ✓
//-td.tomlhighlighting ✓<sup>1</sup>
td.snippets ✓
td.completion ✓<sup>2</sup>
td.linting ✓
td.formatting ✓<sup>1</sup>
td.goto ✓<sup>2</sup>
td.debugging
td.doctooltips
tr
th.name
a(href="#vim") Vim
td.highlighting ✓<sup>1</sup>
//-td.tomlhighlighting
td.snippets ✓<sup>1</sup>
td.completion ✓<sup>2</sup>
td.linting ✓<sup>2</sup>
td.formatting ✓<sup>1</sup>
td.goto ✓<sup>2</sup>
td.debugging
td.doctooltips
tr
th.name
a(href="#vscode") VS Code
td.highlighting ✓
td.snippets ✓
td.completion ✓<sup>2</sup>
td.linting ✓<sup>1</sup>
td.formatting ✓<sup>1</sup>
td.goto ✓<sup>2</sup>
td.debugging ✓<sup>1</sup>
td.doctooltips ✓<sup>2</sup>
//--------
//- More -
//--------
tr.show_more
td(colspan="9") Show more editors ⇩
tr.more
th.name
a(href="#gedit") gedit
td.highlighting ✓<sup>1</sup>
td.snippets
td.completion ✓<sup>2</sup>
td.linting
td.formatting
td.goto ✓<sup>2</sup>
td.debugging
td.doctooltips
tr.more
th.name
a(href="#geany") Geany
td.highlighting ✓
//-td.tomlhighlighting
td.snippets
td.completion
td.linting
td.formatting
td.goto
td.debugging
td.doctooltips
tr.more
th.name
a(href="#kate") Kate
td.highlighting ✓
//-td.tomlhighlighting
td.snippets
td.completion ✓<sup>2</sup>
td.linting
td.formatting
td.goto
td.debugging
td.doctooltips
//--------
//- IDEs -
//--------
tr.separator
th.name
a(href="#eclipse") Eclipse
td.highlighting ✓<sup>1</sup>
//-td.tomlhighlighting
td.snippets ✓<sup>1</sup>
td.completion ✓<sup>2</sup>
td.linting ✓<sup>1</sup>
td.formatting ✓<sup>1</sup>
td.goto ✓<sup>1</sup>
td.debugging ✓<sup>1</sup>
td.doctooltips
tr
th.name
a(href="#intellij") IntelliJ IDEA
td.highlighting ✓<sup>1</sup>
//-td.tomlhighlighting
td.snippets ✓<sup>1</sup>
td.completion ✓<sup>1</sup>
td.linting ✓<sup>1</sup>
td.formatting ✓<sup>1</sup>
td.goto ✓<sup>1</sup>
td.debugging ✓<sup>1</sup>
td.doctooltips ✓<sup>1</sup>
tr
th.name
a(href="#visualstudio") Visual Studio
td.highlighting ✓
//-td.tomlhighlighting
td.snippets
td.completion ✓<sup>2</sup>
td.linting
td.formatting
td.goto ✓<sup>1</sup>
td.debugging ✓<sup>1</sup>
td.doctooltips
tr
th.name
a(href="#gnome-builder") GNOME Builder
td.highlighting ✓
//-td.tomlhighlighting
td.snippets ✓
td.completion ✓
td.linting ✓
td.formatting
td.goto ✓
td.debugging
td.doctooltips
tr.show_more
td(colspan="9") Show more IDEs ⇩
//--------
//- More -
//--------
tr.more
th.name
a(href="#ride") Ride
td.highlighting ✓
//-td.tomlhighlighting
td.snippets
td.completion
td.linting
td.formatting
td.goto
td.debugging
td.doctooltips
tr.more
th.name
a(href="#solidoak") SolidOak
td.highlighting ✓
//-td.tomlhighlighting
td.snippets
td.completion ✓<sup>2</sup>
td.linting
td.formatting
td.goto
td.debugging
td.doctooltips
#overviewlegend
p
| ✓ = supported out-of-the-box,
| ✓<sup>1</sup> = supported via plugin,
| ✓<sup>2</sup> = supported via racer and plugin