-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
609 lines (609 loc) · 24.3 KB
/
package.json
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
{
"name": "codemap",
"displayName": "CodeMap",
"description": "Interactive code map for quick visualization and navigation within code DOM objects (e.g. classes, members).",
"version": "1.26.4",
"license": "MIT",
"publisher": "oleg-shilo",
"engines": {
"vscode": "^1.85.0"
},
"categories": [
"Other"
],
"keywords": [
"CodeMap, codedom"
],
"bugs": {
"url": "https://github.com/oleg-shilo/codemap.vscode/issues",
"email": "oshilo@gmail.com"
},
"homepage": "https://github.com/oleg-shilo/codemap.vscode/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/oleg-shilo/codemap.vscode.git"
},
"activationEvents": [
"onCommand:codemap.quick_pick",
"onView:codemap-own-view",
"onView:codemap-explorer-view"
],
"main": "./out/src/extension",
"icon": "media/logo.png",
"contributes": {
"viewsContainers": {
"activitybar": [
{
"id": "codemap-explorer",
"title": "CodeMap Explorer",
"icon": "resources/light/logo_ab.svg"
}
]
},
"views": {
"codemap-explorer": [
{
"id": "codemap-own-view",
"name": "Code Map",
"when": "config.codemap.location == codemap"
},
{
"id": "codemap-settings-own-view",
"name": "CodeMap Settings",
"when": "config.codemap.location == codemap"
}
],
"explorer": [
{
"id": "codemap-explorer-view",
"name": "Code Map",
"when": "config.codemap.location == explorer"
},
{
"id": "codemap-settings-explorer-view",
"name": "CodeMap Settings",
"when": "config.codemap.location == explorer"
}
]
},
"configuration": {
"type": "object",
"title": "CodeMap configuration",
"properties": {
"codemap.textMode": {
"type": "boolean",
"default": false,
"description": "Show tree view with un-expendable nodes for better user experience (ignore double-clicking) Note, alphabetical sorting is not available in this mode."
},
"codemap.useNoDependencyCSharpMapper": {
"type": "boolean",
"default": false,
"description": "For C# documents use primitive C# mapper (parser) with no dependency on any .NET services (e.g. Roslyn). This setting is useful for environments where Roslyn/Syntaxer is not available."
},
"codemap.sortingEnabled": {
"type": "boolean",
"default": false,
"description": "Enable alphabetical order if the CodeMap a node items."
},
"codemap.defaultSortDirection": {
"type": "string",
"default": "ByLocation",
"enum": [
"ByLocation",
"Asc",
"Desc"
],
"enumDescriptions": [
"Sorts by location in file",
"Sorts alphabetically ascending ",
"Sorts alphabetically descending"
],
"markdownDescription": "Default direction to sort the codemap tree in new window.",
"scope": "window"
},
"codemap.textModeExpanded": {
"type": "boolean",
"default": true,
"description": "Show expanded child items just after loading the TreeView items."
},
"codemap.autoReveal": {
"type": "boolean",
"default": true,
"description": "Automatically reveal code from current document position in the tree view on position change."
},
"codemap.maxNestingLevel": {
"type": "number",
"default": 3,
"description": "Maximum nesting/indentation level of the code map entries. This setting can be used to control code map details level of highly structured code."
},
"codemap.textModeLevelPrefix": {
"type": "string",
"default": " ",
"description": "Required for improving user experience in 'codemap.textMode' since VSCode swallows all whitespace indent indicating nesting level. Default value is a string of 3 non-whitespace empty chars (char U+00A0)."
},
"codemap.erl": {
"type": "string",
"default": "./mapper_erlang.js",
"description": "Dedicated mapper for Erlang syntax."
},
"codemap.ld": {
"type": "string",
"default": "./mapper_ld.js",
"description": "Dedicated mapper for LScript syntax."
},
"codemap.v": {
"type": "string",
"default": "./mapper_v.js",
"description": "Dedicated mapper for Verilog syntax."
},
"codemap.hrl": {
"type": "string",
"default": "./mapper_erlang.js",
"description": "Dedicated mapper for Erlang syntax."
},
"codemap.java": {
"type": "string",
"default": "./mapper_java.js",
"description": "Dedicated mapper for Java syntax."
},
"codemap.tcl": {
"type": "string",
"default": "./mapper_tcl.js",
"description": "Dedicated mapper for TCL syntax."
},
"codemap.ps1": {
"type": "array",
"default": [
{
"pattern": "function \\w*",
"clear": "function ",
"suffix": "()",
"icon": "function"
},
{
"pattern": "param\\(\\w*",
"clear": "\\(|{",
"suffix": "()",
"icon": "function"
}
],
"description": "Regex-based definition of the mapping rules for PowerShell syntax."
},
"codemap.vb": {
"type": "array",
"default": [
{
"pattern": "[Cc]lass .*",
"clear": "",
"suffix": "",
"role": "class",
"icon": "class"
},
{
"pattern": "([Ff]unction|[Ss]ub) (.*?)[(|:{]",
"clear": "[Ff]unction |[Ss]ub |\\(",
"suffix": "()",
"role": "function",
"icon": "function"
}
],
"description": "Regex-based definition of the mapping rules for VB.NET syntax."
},
"codemap.ini": {
"type": "array",
"default": [
{
"pattern": "\\[.*\\]",
"clear": "\\[|\\]",
"prefix": "",
"role": "class",
"icon": "class"
}
],
"description": "Regex-based definition of the mapping rules for INI file syntax."
},
"codemap.go": {
"type": "array",
"default": [
{
"pattern": "func (.*?)\\)(.*?){",
"clear": "func|(|{",
"suffix": "",
"role": "function",
"icon": "function"
},
{
"pattern": "type (.*?) struct(.*?){",
"clear": "type|struct|(|{",
"suffix": "",
"role": "class",
"icon": "class"
}
],
"description": "Regex-based definition of the mapping rules for GO file syntax."
},
"codemap.r": {
"type": "array",
"default": [
{
"pattern": ".*<-.*function.*",
"clear": "{|<-.*function",
"icon": "function"
},
{
"pattern": ".*test_that.*",
"clear": ", {|{",
"suffix": ")",
"icon": "function"
}
],
"description": "Regex-based definition of the mapping rules for R syntax."
},
"codemap.json": {
"type": "array",
"default": [
{
"pattern": "\\s\\\"[\\w.-]*\":\\s[{|[]",
"clear": "{|:|\"|\\[",
"prefix": "",
"icon": "level2"
}
],
"description": "Regex-based definition of the mapping rules for JSON syntax."
},
"codemap.ino": {
"type": "array",
"default": [
{
"pattern": "\\s+\\w+\\(.*\\)$",
"clear": "\\(\\w*\\)",
"suffix": "()",
"role": "function",
"icon": "function"
}
],
"description": "Regex-based definition of the mapping rules for Arduino syntax."
},
"codemap.css": {
"type": "array",
"default": [
{
"pattern": ".*{",
"clear": "\\{",
"role": "class",
"icon": "class"
}
],
"description": "Regex-based definition of the mapping rules for Arduino syntax."
},
"codemap.jsx": {
"type": "string",
"default": "config:codemap.tsx",
"description": "Redirected (to TSX) mapper."
},
"codemap.tsx": {
"type": "array",
"default": [
{
"pattern": "function (.*?)\\)(.*?){",
"clear": "function|(|{",
"suffix": "",
"role": "function",
"icon": "function"
},
{
"pattern": "export const (.*?){",
"clear": "styled\\((.*)\\)(.*?){|export|const|{||=",
"suffix": "",
"role": "function",
"icon": "function"
},
{
"pattern": "interface (.*?){",
"clear": "export|const|(|{",
"suffix": "",
"role": "function",
"icon": "function"
}
],
"description": "Regex-based definition of the mapping rules for Type Script React component module (can be reused for JSX files too). For more advanced mapping a dedicated mapper can be a better choice."
},
"codemap.py": {
"type": "array",
"default": [
{
"pattern": "(?<![^\\r\\n\\t\\f\\v .])class (.*?)[(|:]",
"clear": "class|:|\\)|\\(",
"prefix": "",
"role": "class",
"icon": "class"
},
{
"pattern": "def (.*?)[(|:]",
"clear": "def|:|\\(|\\)",
"suffix": "()",
"role": "function",
"icon": "function"
}
],
"description": "Regex-based definition of the mapping rules for Python syntax."
},
"codemap.pdl": {
"type": "array",
"default": [
{
"pattern": "(?=[^--])(?<![^\\r\\n\\t\\f\\v])PROGRAM (.*?)\\w+",
"clear": "PROGRAM",
"prefix": "",
"role": "class",
"icon": "class"
},
{
"pattern": "(?=[^--])(?<![^\\r\\n\\t\\f\\v])ROUTINE (.*?)\\w+",
"clear": "ROUTINE",
"suffix": "()",
"role": "function",
"icon": "function"
}
],
"description": "Regex-based definition of the mapping rules for PDL2 syntax (Comau Robot Language)."
},
"codemap.pds": {
"type": "array",
"default": [
{
"pattern": "(?=[^--])(?<![^\\r\\n\\t\\f\\v])PROGRAM (.*?)\\w+",
"clear": "PROGRAM",
"prefix": "",
"role": "class",
"icon": "class"
},
{
"pattern": "(?=[^--])(?<![^\\r\\n\\t\\f\\v])ROUTINE (.*?)\\w+",
"clear": "ROUTINE",
"suffix": "()",
"role": "function",
"icon": "function"
}
],
"description": "Regex-based definition of the mapping rules for PDL2 syntax for Application Files (Comau Robot Language)."
},
"codemap.svg": {
"type": "string",
"default": "config:codemap.xml",
"description": "Redirected (to XML) mapper."
},
"codemap.xaml": {
"type": "string",
"default": "config:codemap.xml",
"description": "Redirected (to XML) mapper."
},
"codemap.xml": {
"type": "array",
"default": [
{
"pattern": "\\s?<[^\\/|^\\?|^\\!][\\w:]*",
"clear": "<",
"prefix": "",
"icon": "level3"
}
],
"description": "Regex-based definition of the mapping rules for XML syntax."
},
"codemap.md": {
"type": "array",
"default": [
{
"pattern": "^(\\s*)### (.*)",
"clear": "###",
"prefix": " -",
"icon": "level3"
},
{
"pattern": "^(\\s*)## (.*)",
"clear": "##",
"prefix": " ",
"icon": "level2"
},
{
"pattern": "^(\\s*)# (.*)",
"clear": "#",
"prefix": "",
"icon": "level1"
},
{
"pattern": "!\\[image\\]",
"clear": "![image]",
"prefix": "<image>",
"icon": "none"
},
{
"pattern": "!\\[\\]",
"clear": "![]",
"prefix": "<image>",
"icon": "none"
}
],
"description": "Regex-based definition of the mapping rules for Markup syntax."
},
"codemap.location": {
"type": "string",
"default": "codemap",
"enum": [
"codemap",
"explorer"
],
"enumDescriptions": [
"Adds to the CodeMap side bar",
"Adds to the Explorer side bar"
],
"markdownDescription": "Specifies where to show the _CodeMap_ view",
"scope": "window"
}
}
},
"commands": [
{
"command": "codemap.navigate_to_selected",
"title": "CodeMap: Navigate to selected member"
},
{
"command": "codemap.reveal",
"title": "CodeMap: Reveal code from current document position in the tree view",
"icon": {
"light": "resources/light/arrow-both.svg",
"dark": "resources/dark/arrow-both.svg"
}
},
{
"command": "codemap.edit_mapper",
"title": "CodeMap: Edit mapper for the currently opened file",
"icon": {
"light": "resources/light/arrow-both.svg",
"dark": "resources/dark/arrow-both.svg"
}
},
{
"command": "codemap.create_mapper",
"title": "CodeMap: Create a mapper for the currently opened file",
"icon": {
"light": "resources/light/arrow-both.svg",
"dark": "resources/dark/arrow-both.svg"
}
},
{
"command": "codemap.mappers",
"title": "CodeMap: Show mappers configuration"
},
{
"command": "codemap.refresh",
"title": "CodeMap: Refresh",
"icon": {
"light": "resources/light/refresh.svg",
"dark": "resources/dark/refresh.svg"
}
},
{
"command": "codemap.sort_desc",
"title": "CodeMap: Sort (descending)",
"icon": {
"light": "resources/light/refresh.svg",
"dark": "resources/dark/refresh.svg"
}
},
{
"command": "codemap.sort_asc",
"title": "CodeMap: Sort (ascending)",
"icon": {
"light": "resources/light/refresh.svg",
"dark": "resources/dark/refresh.svg"
}
},
{
"command": "codemap.sort_location",
"title": "CodeMap: Sort by location",
"icon": {
"light": "resources/light/refresh.svg",
"dark": "resources/dark/refresh.svg"
}
},
{
"command": "codemap.quick_pick",
"title": "CodeMap: Quick pick",
"icon": {
"light": "resources/light/pick.svg",
"dark": "resources/dark/pick.svg"
}
},
{
"command": "codemap.allow_all",
"title": "CodeMap: Allow All",
"icon": {
"dark": "resources/dark/refresh.svg",
"light": "resources/light/refresh.svg"
}
}
],
"keybindings": [
{
"key": "alt+p",
"command": "codemap.quick_pick"
},
{
"key": "alt+l",
"command": "codemap.reveal"
}
],
"menus": {
"view/title": [
{
"command": "codemap.refresh",
"when": "view == codemap-own-view || view == codemap-explorer-view",
"group": "navigation@2"
},
{
"command": "codemap.reveal",
"when": "(view == codemap-own-view || view == codemap-explorer-view) && codemap.autoReveal == false",
"group": "navigation@2"
},
{
"command": "codemap.quick_pick",
"when": "view == codemap-own-view || view == codemap-explorer-view",
"group": "navigation@2"
},
{
"command": "codemap.allow_all",
"when": "view == codemap-settings-own-view || view == codemap-settings-explorer-view",
"group": "navigation@2"
}
],
"view/item/context": [
{
"command": "codemap.navigate_to_selected",
"when": "view == codemap-own-view || view == codemap-explorer-view",
"group": "navigation@1"
},
{
"command": "codemap.sort_location",
"when": "view == codemap-own-view || view == codemap-explorer-view",
"group": "navigation@2"
},
{
"command": "codemap.sort_asc",
"when": "view == codemap-own-view || view == codemap-explorer-view",
"group": "navigation@3"
},
{
"command": "codemap.sort_desc",
"when": "view == codemap-own-view || view == codemap-explorer-view",
"group": "navigation@4"
}
]
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"lint": "eslint src --ext ts",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.10",
"@types/vscode": "^1.85.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"glob": "^10.3.10",
"mocha": "^10.1.0",
"typescript": "^5.3.3",
"vscode-test": "^1.3.0"
},
"dependencies": {
"fs-extra": "^11.2.0",
"mkdirp": "^3.0.1"
}
}