-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathen-US.json
2012 lines (2012 loc) · 75.2 KB
/
en-US.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
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"root": [
{
"name": "list",
"tip": [
"Display the completions that have been added.\n",
"{{ $json.info.list.example }}"
],
"options": [
{
"name": "--remote",
"tip": [
"Display all available completions in the repository ({{ $PSCompletions.url }})."
]
}
]
},
{
"name": "add",
"next": [
{
"name": "*",
"tip": [
"Add all completions.\n",
"Note: Add many completions may cause PowerShell to load slowly for the start up.\n",
" It's recommended to add what you need."
]
}
],
"tip": [
"Add completion. (one or more)\n",
"{{ $info.add.example }}"
]
},
{
"name": "rm",
"next": [
{
"name": "*",
"tip": [
"Remove all completions.\n",
"Note: psc will be automatically re-added after removing."
]
}
],
"tip": [
"Remove completion. (one or more)\n",
"{{ $info.rm.example }}"
]
},
{
"name": "update",
"tip": [
"Update completion. (one or more)\n",
"{{ $info.update.example }}"
],
"next": [
{
"name": "*",
"tip": [
"Update all completions that can be updated.\n",
"{{",
"if($PSCompletions.update){ \"List: $($PSCompletions.update -join ',')\" }",
"else{'All completions are the latest!'}",
"}}"
],
"options": [
{
"name": "--force",
"tip": [
"Force update of all added completions.\n",
"(It ensures that completions be latest.)"
]
}
]
}
]
},
{
"name": "search",
"tip": [
"Search completion. (Wildcard character can be used)\n",
"{{ $info.search.example }}"
],
"next": [
{
"name": "*",
"tip": [
"Search all available completions."
]
}
]
},
{
"name": "which",
"tip": [
"Locate completion storage location.\n",
"{{ $info.which.example }}"
],
"next": []
},
{
"name": "alias",
"tip": [
"Manage the alias that triggers completion.\n",
"Now it's a list, the initial list is the default trigger name, and you are free to add and remove aliases. (Include the default trigger name)\n",
"You can only add aliases without Spaces.\n",
"{{ $info.alias.example }}"
],
"next": [
{
"name": "list",
"tip": [
"Display all completion aliases."
]
},
{
"name": "add",
"tip": [
"Add one or more alias for the specified completion.\n",
"Note: It's add, not replace. Original name can also be used.\n",
" If you only want the new alias, you need to remove the original name after adding the new alias.\n",
"{{ $info.alias.add.example }}"
],
"next": []
},
{
"name": "rm",
"tip": [
"Remove completion alias.(one or more)\n",
"{{ $info.example.alias.rm.example }}"
],
"next": []
}
]
},
{
"name": "config",
"tip": [
"Get/Set the configuration.\n",
"{{ $info.config.example }}"
],
"next": [
{
"name": "language",
"tip": [
"Current Value: {{ $PSCompletions.language }}\n",
"Get or set the language of completions.\n",
"The language will affect all added completions unless you set a language for one of them by running 'psc completion xxx'.\n",
"For more information: https://github.com/abgox/PSCompletions/blob/main/README.md#about-language"
],
"next": [
{
"name": "zh-CN",
"tip": [
"Set the language to zh-CN.",
"{{ ",
"if(!$PSCompletions.config.url){",
" $gitee=$PSCompletions.config.gitee;",
" if($gitee){ \"`nAfter setting to zh-CN, when you add completion, it will be fetched from the Gitee repo. ($($gitee))\" }",
"}",
"}}"
]
}
]
},
{
"name": "disable_cache",
"tip": [
"Current Value: {{ $PSCompletions.config.disable_cache }}\n",
"Set whether to disable completion cache.\n",
"It usually does not need to be modified.\n",
"It's mainly used to debug updates of completion files. (each update will re-read the json file)"
],
"next": [
{
"name": "1",
"tip": [
"Set to 1\n",
"Disable completion cache.\n",
"It usually does not need to be modified.\n",
"It's mainly used to debug updates of completion files. (each update will re-read the json file)"
]
},
{
"name": "0",
"tip": [
"Set to 0 (Default)\n",
"Enable completion cache.\n",
"It will make the completion load faster, and it's recommended to keep the default."
]
}
]
},
{
"name": "enable_completions_update",
"tip": [
"Current Value: {{ $PSCompletions.config.enable_completions_update }}\n",
"Set whether to show update message when loading PSCompletions module at first.(e.g. Updatable completions, New completions)"
],
"next": [
{
"name": "1",
"tip": [
"Set to 1 (Default)\n",
"Show update message when loading PSCompletions module at first."
]
},
{
"name": "0",
"tip": [
"Set to 0\n",
"Don't show update message when loading PSCompletions module at first.\n",
"Note: It's not recommended to close it, because it will help you get the latest update information in time."
]
}
]
},
{
"name": "enable_module_update",
"tip": [
"Current Value: {{ $PSCompletions.config.enable_module_update }}\n",
"Set whether to show update message when PSCompletions module has a new version.\n",
"Note: It's not recommended to close it. The remote repository always matches the latest version of PSCompletions.\n",
" If there is a module error, make sure you are using the latest version of the PSCompletions module."
],
"next": [
{
"name": "1",
"tip": [
"Set to 1 (Default)\n",
"Show update message when PSCompletions module has a new version."
]
},
{
"name": "0",
"tip": [
"Set to 0\n",
"Don't show update message when PSCompletions module has a new version.\n",
"Note: It's not recommended to close it. The remote repository always matches the latest version of PSCompletions.\n",
" If there is a module error, make sure you are using the latest version of the PSCompletions module."
]
}
]
},
{
"name": "url",
"tip": [
"Current Value: \"{{ $PSCompletions.config.url }}\"\n",
"Set the url of the current remote completion data.\n",
"The default value is \"\", which means use the default repository (Github/Gitee)\n",
"{{ $info.config.url.example }}"
],
"next": [
{
"name": "\"\"",
"tip": [
"Set to \"\" (Default)\n",
"It means the repository will be selected based on the language (Github/Gitee)."
]
},
{
"name": "\"https://github.com/abgox/PSCompletions/raw/main\"",
"tip": [
"Use Github repo"
]
},
{
"name": "\"https://gitee.com/abgox/PSCompletions/raw/main\"",
"tip": [
"Use Gitee repo"
]
},
{
"name": "\"https://abgox.github.io/PSCompletions\"",
"tip": [
"An available url.\n",
"(Generated by Github Pages)"
]
}
]
},
{
"name": "function_name",
"tip": [
"Current Value: {{ $PSCompletions.config.function_name }}\n",
"Set the name of the core function exported by PSCompletions.\n",
"When you need to define a function called PSCompletions, you can use this configuration to change the default exported function name of the PSCompletions module to resolve conflicts."
],
"next": [
{
"name": "PSCompletions",
"tip": [
"Set to PSCompletions (Default)"
]
}
]
}
]
},
{
"name": "completion",
"tip": [
"Specify a configuration for a completion. (These configurations have the highest priority.)\n",
"By default, each completion has two configurations. (language|enable_tip)\n",
"{{ $info.completion.example }}"
],
"next": []
},
{
"name": "menu",
"tip": [
"Manage the configuration of the completion menu.\n",
"{{ $info.menu.example}}"
],
"next": [
{
"name": "symbol",
"tip": [
"Set some special symbols(»?!) in the completion tip.\n",
"They only exist in completions added via `psc add`.\n",
"For detail: https://pscompletions.pages.dev/command/#menu-symbol"
],
"next": [
{
"name": "SpaceTab",
"tip": [
"Current Value: {{ $PSCompletions.config.SpaceTab }}\n",
"You can hide it by the command. (psc menu symbol SpaceTab \"\")"
],
"next": [
{
"name": "»",
"tip": [
"Set to » (Default)."
]
},
{
"name": "\"\"",
"tip": [
"Set to \"\"\n",
"It can hide symbols, but it is not recommended that you hide symbols.\n",
"It's more recommended that you modify them to your liking.\n",
"Because these symbols let you know if you can continue to use Tab for completion."
]
}
]
},
{
"name": "WriteSpaceTab",
"tip": [
"Current Value: {{ $PSCompletions.config.WriteSpaceTab }}\n",
"You can hide it by the command. (psc menu symbol WriteSpaceTab \"\")"
],
"next": [
{
"name": "!",
"tip": [
"Set to ! (Default)."
]
},
{
"name": "\"\"",
"tip": [
"Set to \"\"\n",
"It can hide symbols, but it is not recommended that you hide symbols.\n",
"It's more recommended that you modify them to your liking.\n",
"Because these symbols let you know if you can continue to use Tab for completion."
]
}
]
},
{
"name": "OptionTab",
"tip": [
"Current Value: {{ $PSCompletions.config.OptionTab }}\n",
"You can hide it by the command. (psc menu symbol OptionTab \"\")"
],
"next": [
{
"name": "?",
"tip": [
"Set to ? (Default)."
]
},
{
"name": "\"\"",
"tip": [
"Set to \"\"\n",
"It can hide symbols, but it is not recommended that you hide symbols.\n",
"It's more recommended that you modify them to your liking.\n",
"Because these symbols let you know if you can continue to use Tab for completion."
]
}
]
}
]
},
{
"name": "line_theme",
"tip": [
"Toggle the built-in border style theme of the completion menu.\n",
"You can also customize it by running 'psc menu custom line'\n",
"{{ $info.menu.line_theme.example }}"
],
"next": [
{
"name": "double_line_rect_border",
"tip": [
"Set to a double line rectangular border (default). Be like:\n",
"╔═════╗\n",
"║ ║\n",
"╚═════╝"
]
},
{
"name": "bold_line_rect_border",
"tip": [
"Set to a bold line rectangular border. Be like:\n",
"┏━━━━━┓\n",
"┃ ┃\n",
"┗━━━━━┛"
]
},
{
"name": "single_line_rect_border",
"tip": [
"Set to a single line rectangular border. Be like:\n",
"┌─────┐\n",
"│ │\n",
"└─────┘"
]
},
{
"name": "single_line_round_border",
"tip": [
"Set to a single line rounded border. Be like:\n",
"╭─────╮\n",
"│ │\n",
"╰─────╯"
]
},
{
"name": "boldTB_slimLR_border",
"tip": [
"Set the border. (Bold on top/bottom, slim on left/right.) Be like:\n",
"┍━━━━━┑\n",
"│ │\n",
"┕━━━━━┙"
]
},
{
"name": "slimTB_boldLR_border",
"tip": [
"Set the border. (Slim on top/bottom, bold on left/right.) Be like:\n",
"┎─────┒\n",
"┃ ┃\n",
"┖─────┚"
]
},
{
"name": "doubleTB_singleLR_border",
"tip": [
"Set the border. (Double line on top/bottom, single line on left/right.) Be like:\n",
"╒═════╕\n",
"│ │\n",
"╘═════╛"
]
},
{
"name": "singleTB_doubleLR_border",
"tip": [
"Set the border. (Single line on top/bottom, double line on left/right.) Be like:\n",
"╓─────╖\n",
"║ ║\n",
"╙─────╜"
]
}
]
},
{
"name": "color_theme",
"tip": [
"Toggle the built-in color theme of the completion menu.\n",
"You can also customize it by running 'psc menu custom color'\n",
"{{ $info.menu.color_theme.example }}"
],
"next": [
{
"name": "default",
"tip": [
"Set to default theme. (Dark theme)"
]
},
{
"name": "magenta",
"tip": [
"Set to magenta theme. (Light theme)"
]
}
]
},
{
"name": "custom",
"tip": [
"Customize the style of the completion menu.\n",
"{{ $info.menu.custom.example }}"
],
"next": [
{
"name": "color",
"tip": [
"Color-related custom configurations.\n",
"{{ $info.example.menu_custom_color }}"
],
"next": [
{
"name": "border_text",
"tip": [
"Current Value: {{ $PSCompletions.config.border_text }}\n",
"Foreground color of the border.\n",
"{{ $info.example.menu_custom_color_border_text }}"
],
"next": []
},
{
"name": "border_back",
"tip": [
"Current Value: {{ $PSCompletions.config.border_back }}\n",
"BackGround color of the border.\n",
"{{ $info.example.menu_custom_color_border_back }}"
],
"next": []
},
{
"name": "item_text",
"tip": [
"Current Value: {{ $PSCompletions.config.item_text }}\n",
"Foreground color of the completion item.\n",
"{{ $info.example.menu_custom_color_item_text }}"
],
"next": []
},
{
"name": "item_back",
"tip": [
"Current Value: {{ $PSCompletions.config.item_back }}\n",
"BackGround color of the completion item.\n",
"{{ $info.example.menu_custom_color_item_back }}"
],
"next": []
},
{
"name": "selected_text",
"tip": [
"Current Value: {{ $PSCompletions.config.selected_text }}\n",
"Foreground color of the selected item.\n",
"{{ $info.example.menu_custom_color_selected_text }}"
],
"next": []
},
{
"name": "selected_back",
"tip": [
"Current Value: {{ $PSCompletions.config.selected_back }}\n",
"BackGround color of the selected item.\n",
"{{ $info.example.menu_custom_color_selected_back }}"
],
"next": []
},
{
"name": "filter_text",
"tip": [
"Current Value: {{ $PSCompletions.config.filter_text }}\n",
"Foreground color of the filter box (Top left corner).\n",
"{{ $info.example.menu_custom_color_filter_text }}"
],
"next": []
},
{
"name": "filter_back",
"tip": [
"Current Value: {{ $PSCompletions.config.filter_back }}\n",
"BackGround color of the filter box (Top left corner).\n",
"{{ $info.example.menu_custom_color_filter_back }}"
],
"next": []
},
{
"name": "status_text",
"tip": [
"Current Value: {{ $PSCompletions.config.status_text }}\n",
"Foreground color of the completion number display (Bottom left corner).\n",
"{{ $info.example.menu_custom_color_status_text }}"
],
"next": []
},
{
"name": "status_back",
"tip": [
"Current Value: {{ $PSCompletions.config.status_back }}\n",
"BackGround color of the completion number display (Bottom left corner).\n",
"{{ $info.example.menu_custom_color_status_back }}"
],
"next": []
},
{
"name": "tip_text",
"tip": [
"Current Value: {{ $PSCompletions.config.tip_text }}\n",
"Foreground color of the completion tip.\n",
"{{ $info.example.menu_custom_color_tip_text }}"
],
"next": []
},
{
"name": "tip_back",
"tip": [
"Current Value: {{ $PSCompletions.config.tip_back }}\n",
"BackGround color of the completion tip.\n",
"{{ $info.example.menu_custom_color_tip_back }}"
],
"next": []
}
]
},
{
"name": "line",
"tip": [
"Line-related custom configurations.\n",
"{{ $info.example.menu_custom_line }}"
],
"next": [
{
"name": "horizontal",
"tip": [
"Current Value: \"{{ $PSCompletions.config.horizontal }}\"\n",
"The horizontal line of the border.\n",
"{{ $info.example.menu_custom_line_horizontal }}"
],
"next": [
{
"name": "═",
"tip": [
"Default value."
]
},
{
"name": "━"
},
{
"name": "─"
},
{
"name": "┄"
},
{
"name": "┅"
},
{
"name": "┈"
},
{
"name": "┉"
}
]
},
{
"name": "vertical",
"tip": [
"Current Value: \"{{ $PSCompletions.config.vertical }}\"\n",
"The vertical line of the border.\n",
"{{ $info.example.menu_custom_line_vertical }}"
],
"next": [
{
"name": "║",
"tip": [
"Default value."
]
},
{
"name": "┃"
},
{
"name": "│"
},
{
"name": "┆"
},
{
"name": "┇"
},
{
"name": "┊"
},
{
"name": "┋"
}
]
},
{
"name": "top_left",
"tip": [
"Current Value: \"{{ $PSCompletions.config.top_left }}\"\n",
"Top left corner of the border.\n",
"{{ $info.example.menu_custom_line_top_left }}"
],
"next": [
{
"name": "╔",
"tip": [
"Default value."
]
},
{
"name": "┏"
},
{
"name": "┌"
},
{
"name": "╭"
},
{
"name": "┍"
},
{
"name": "┎"
},
{
"name": "╒"
},
{
"name": "╓"
}
]
},
{
"name": "bottom_left",
"tip": [
"Current Value: \"{{ $PSCompletions.config.bottom_left }}\"\n",
"Bottom left corner of the border.\n",
"{{ $info.example.menu_custom_line_bottom_left }}"
],
"next": [
{
"name": "╚",
"tip": [
"Default value."
]
},
{
"name": "┗"
},
{
"name": "└"
},
{
"name": "╰"
},
{
"name": "┕"
},
{
"name": "┖"
},
{
"name": "╘"
},
{
"name": "╙"
}
]
},
{
"name": "top_right",
"tip": [
"Current Value: \"{{ $PSCompletions.config.top_right }}\"\n",
"Top right corner of the border.\n",
"{{ $info.example.menu_custom_line_top_right }}"
],
"next": [
{
"name": "╗",
"tip": [
"Default value."
]
},
{
"name": "┓"
},
{
"name": "┐"
},
{
"name": "╮"
},
{
"name": "┑"
},
{
"name": "┒"
},
{
"name": "╕"
},
{
"name": "╖"
}
]
},
{
"name": "bottom_right",
"tip": [
"Current Value: \"{{ $PSCompletions.config.bottom_right }}\"\n",
"Bottom right corner of the border.\n",
"{{ $info.example.menu_custom_line_bottom_right }}"
],
"next": [
{
"name": "╝",
"tip": [
"Default value."
]
},
{
"name": "┛"
},
{
"name": "┘"
},
{
"name": "╯"
},
{
"name": "┙"
},
{
"name": "┚"
},
{
"name": "╛"
},
{
"name": "╜"
}
]
}
]
}
]
},
{
"name": "config",
"tip": [
"Some other custom configurations for the completion menu.\n",
"{{ $info.menu.config.example }}"
],
"next": [
{
"name": "enable_enter_when_single",
"tip": [
"Current Value: {{ $PSCompletions.config.enable_enter_when_single }} (Default: 0)\n",
"When there is only one completion item, whether to enter it directly instead of displaying the completion menu."
],
"next": [
{
"name": "0",
"tip": [
"Set to 0 (Default)\n",
"Even if there is only one completion item, the menu is displayed first.\n",
"You can press the Tab or Space key again to enter the completion item."
]
},
{
"name": "1",
"tip": [
"Set to 1\n",
"When there is only one completion item, it will be entered directly."
]
}
]
},
{
"name": "enable_menu",
"tip": [
"Current Value: {{ $PSCompletions.config.enable_menu }} (Default: 1, it means enabled.)\n",
"Set whether to use the completion menu provided by the PSCompletions module.\n",
"If you are not using PowerShell (pwsh) on a Windows system, it's invalid."
],
"next": [
{
"name": "0",
"tip": [
"Set to 0\n",
"Use PowerShell's built-in completion menu."
]
},
{
"name": "1",
"tip": [
"Set to 1 (Default)\n",
"Use the completion menu provided by the PSCompletions module."
]
}
]
},
{
"name": "height_from_menu_bottom_to_cursor_when_above",
"tip": [
"Current Value: {{ $PSCompletions.config.height_from_menu_bottom_to_cursor_when_above }} (Default: 0)\n",
"It must be greater than or equal to 0.\n",
"Set the distance between the bottom of the menu and the input cursor when the completion menu is displayed above."
],
"next": [
{
"name": "0",
"tip": [
"Set to 0 (Default)"
]
},
{
"name": "2"
},
{
"name": "3"
}
]
},
{
"name": "enable_list_cover_buffer",
"tip": [
"Current Value: {{ $PSCompletions.config.enable_list_cover_buffer }} (Default: 0, it means disabled.)\n",
"Set whether to overwrite the original content of each line in the area where the completion list is displayed.\n",
"(Restores when exiting the complete menu)\n",
"If set to 0, only a small area of the content needed for display is overwritten."
],
"next": [
{
"name": "0",
"tip": [
"Set to 0 (Default)\n",
"Only a small area of the content needed for display is overwritten."
]
},
{
"name": "1",
"tip": [
"Set to 1\n",
"Overwrite the original content of each line in the region."
]
}
]
},
{
"name": "enable_tip_cover_buffer",
"tip": [
"Current Value: {{ $PSCompletions.config.enable_tip_cover_buffer }} (Default: 1, it means enabled.)\n",
"Set whether to overwrite the original content of each line in the area where it is located and its neighboring areas when displaying a completion tip.\n",
"(Restores when exiting the complete menu)"
],
"next": [
{
"name": "0",
"tip": [
"Set to 0\n",
"Only a small area of the content needed for display is overwritten."
]
},
{
"name": "1",
"tip": [
"Set to 1 (Default)\n",
"Overwrite the original content of each line in the area where it is located and its neighboring areas."
]
}
]
},
{
"name": "enable_tip",
"tip": [
"Current Value: {{ $PSCompletions.config.enable_tip }} (Default: 1, it means enabled.)\n",
"Set whether to show the completion tip.\n",
"(If the display area of the PowerShell is too small, it automatically hides the completion tip.)"
],
"next": [
{
"name": "0",
"tip": [
"Set to 0\n",
"Don't show the completion tip."
]
},
{
"name": "1",
"tip": [
"Set to 1 (Default)\n",
"Show the completion tip."
]