-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
684 lines (630 loc) · 43.7 KB
/
index.html
File metadata and controls
684 lines (630 loc) · 43.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta property="og:title" content="v-analyzer">
<meta property="og:description" content="Open-source language server implementation for V programming language">
<meta property="og:image" content="images/preview.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://v-analyzer.github.io">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="v-analyzer">
<meta name="twitter:description" content="Open-source language server implementation for V programming language">
<meta name="twitter:image:src" content="images/preview.png">
<meta name="twitter:image" content="images/preview.png">
<title>v-analyzer: Language server for V programming language</title>
<script>
document.documentElement.setAttribute('data-theme', 'dark');
</script>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="header-component with-search-desktop search-desktop-after-logo">
<header>
<div class="header-container">
<div class="logo">
<a href="https://vosca.dev/">
<img src="https://vosca.dev/images/logo.svg" alt="V Open Source Community Association (VOSCA) Logo">
</a>
<a class="title" href="https://vosca.dev/">Association</a>
</div>
<div class="mobile-header-logo">
<a href="https://vosca.dev/" aria-label="Go to main V Open Source Community Association page">
<img width="30" height="31" src="https://vosca.dev/images/logo.svg"
alt="V Open Source Community Association (VOSCA) Logo">
</a>
<a class="title" href="https://vosca.dev/">Association</a>
</div>
<div class="search-container">
<button class="search-button js-search-button" aria-label="Search">
<span class="search-icon">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle class="icon-stroke" cx="6.15425" cy="6.5229" r="4.43781"
transform="rotate(44.8191 6.15425 6.5229)"
stroke="black"/>
<path class="icon-data"
d="M10.4302 9.76331L10.0755 9.41088L9.37066 10.1202L9.72532 10.4726L10.4302 9.76331ZM13.3535 14.078C13.5494 14.2726 13.866 14.2716 14.0606 14.0758C14.2553 13.8799 14.2543 13.5633 14.0584 13.3687L13.3535 14.078ZM9.72532 10.4726L13.3535 14.078L14.0584 13.3687L10.4302 9.76331L9.72532 10.4726Z"
fill="black"/>
</svg>
</span>
<span class="search-label">Search</span>
<span class="shortcut"><span class="ctrl-key">Ctrl + </span>K</span>
</button>
</div>
<ul itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-header-list">
<li class="navigation-item">
<a itemprop="url" href="https://docs.vosca.dev">
<span itemprop="name">Documentation</span>
</a>
</li>
<li class="navigation-item">
<a itemprop="url" href="https://modules.vosca.dev">
<span itemprop="name">Modules</span>
</a>
</li>
<li class="navigation-item with-items">
<span class="with-icon js-open-menu">
Play
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"
viewBox="0 0 24 24">
<path class="icon-data"
d="M12,16c-0.3,0-0.5-0.1-0.7-0.3l-6-6c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l5.3,5.3l5.3-5.3c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-6,6C12.5,15.9,12.3,16,12,16z"></path>
</svg>
</span>
<ul class="sub-menu">
<li class="sub-menu-item">
<a itemprop="url" href="https://play.vosca.dev/">
<span itemprop="name">Playground</span>
</a>
</li>
<li class="sub-menu-item">
<a itemprop="url" href="https://learn.vosca.dev/">
<span itemprop="name">Vings</span>
</a>
</li>
</ul>
</li>
<li class="navigation-item">
<a itemprop="url" href="https://blog.vosca.dev/">
<span itemprop="name">Blog</span>
</a>
</li>
<li class="navigation-item">
<a itemprop="url" href="https://github.com/vlang-association/" target="_blank">
<span itemprop="name">GitHub</span>
</a>
</li>
</ul>
<ul class="mobile-header-list">
<li>
<button class="search js-search-button" aria-label="Search">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_126_9)">
<circle class="icon-stroke" cx="6.15425" cy="6.5229" r="4.43781"
transform="rotate(44.8191 6.15425 6.5229)"
stroke="black"/>
<path class="icon-data"
d="M10.4302 9.76331L10.0755 9.41088L9.37066 10.1202L9.72532 10.4726L10.4302 9.76331ZM13.3535 14.078C13.5494 14.2726 13.866 14.2716 14.0606 14.0758C14.2553 13.8799 14.2543 13.5633 14.0584 13.3687L13.3535 14.078ZM9.72532 10.4726L13.3535 14.078L14.0584 13.3687L10.4302 9.76331L9.72532 10.4726Z"
fill="black"/>
</g>
<defs>
<clipPath id="clip0_126_9">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>
</button>
</li>
<li>
<button class="open-menu js-open-mobile-menu" aria-label="Open mobile right menu">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect class="icon-data" x="1" y="2.00775" width="14" height="1" rx="0.5" fill="black"/>
<rect class="icon-data" x="1" y="13.0379" width="14" height="1" rx="0.5" fill="black"/>
<rect class="icon-data" x="1" y="7.5" width="14" height="1" rx="0.5" fill="black"/>
</svg>
</button>
</li>
</ul>
</div>
</header>
<aside class="mobile-header-aside">
<nav>
<div class="aside-header">
<div class="close-button-wrapper">
<div class="close-button js-close-header-aside-button" role="button"
aria-label="Close mobile right menu">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="icon-stroke" d="M2.32349 2.34091L13.7059 13.7233" stroke="black"
stroke-linecap="round"/>
<path class="icon-stroke" d="M2.32349 13.7233L13.7059 2.34091" stroke="black"
stroke-linecap="round"/>
</svg>
</div>
</div>
</div>
<ul class="aside-navigation">
<li class="navigation-item">
<a href="https://docs.vosca.dev">Documentation</a>
</li>
<li class="navigation-item">
<a href="https://modules.vosca.dev">Modules</a>
</li>
<li class="navigation-item with-mobile-items">
<span class="with-icon js-open-menu">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"
viewBox="0 0 24 24">
<path class="icon-data"
d="M12,16c-0.3,0-0.5-0.1-0.7-0.3l-6-6c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l5.3,5.3l5.3-5.3c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-6,6C12.5,15.9,12.3,16,12,16z"></path>
</svg>
Play
</span>
<ul class="sub-menu">
<li class="sub-menu-item">
<a href="https://play.vosca.dev/">Playground</a>
</li>
<li class="sub-menu-item">
<a href="https://learn.vosca.dev/">Vings</a>
</li>
</ul>
</li>
<li class="navigation-item">
<a href="https://blog.vosca.dev/">Blog</a>
</li>
<li class="navigation-item">
<a href="https://github.com/vlang-association/" target="_blank">GitHub</a>
</li>
</ul>
</nav>
</aside>
<div class="header-mobile-overlay js-header-mobile-overlay"></div>
<div class="search-window">
<div class="search-form">
<div class="search-header">
<div class="search-input">
<label for="search-input">
<span class="icon">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle class="icon-stroke" cx="6.15425" cy="6.5229" r="4.43781"
transform="rotate(44.8191 6.15425 6.5229)"
stroke="black"/>
<path class="icon-data"
d="M10.4302 9.76331L10.0755 9.41088L9.37066 10.1202L9.72532 10.4726L10.4302 9.76331ZM13.3535 14.078C13.5494 14.2726 13.866 14.2716 14.0606 14.0758C14.2553 13.8799 14.2543 13.5633 14.0584 13.3687L13.3535 14.078ZM9.72532 10.4726L13.3535 14.078L14.0584 13.3687L10.4302 9.76331L9.72532 10.4726Z"
fill="black"/>
</svg>
</span>
</label>
<input id="search-input" type="text"
autocorrect="off" autocapitalize="off" spellcheck="false"
autocomplete="off"
placeholder="Search everywhere..."
data-place="all"
class="js-search-input">
<button class="close-button clear-input js-clear-input-button" aria-label="Clear search">
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="icon-stroke" d="M2.32349 2.34091L13.7059 13.7233" stroke="black"
stroke-linecap="round"/>
<path class="icon-stroke" d="M2.32349 13.7233L13.7059 2.34091" stroke="black"
stroke-linecap="round"/>
</svg>
</button>
</div>
<button class="close-search-button js-close-search-button" aria-label="Cancel search">Cancel</button>
</div>
<div class="search-place">
<span class="search-in-label">Search in:</span>
<ul>
<li class="search-place-item selected">
<input type="radio" id="search-place-all" name="search-place" value="all">
<label for="search-place-all">All</label><br>
</li>
<li class="search-place-item">
<input type="radio" id="search-place-docs" name="search-place" value="documentation" checked>
<label for="search-place-docs">Documentation</label><br>
</li>
<li class="search-place-item">
<input type="radio" id="search-place-blog" name="search-place" value="blog">
<label for="search-place-blog">Blog</label><br>
</li>
<li class="search-place-item">
<input type="radio" id="search-place-modules" name="search-place" value="modules">
<label for="search-place-modules">Modules</label><br>
</li>
</ul>
</div>
<div class="search-results with-caption">
<div class="caption">
<span>Type something to search</span>
</div>
<ul class="search-results-list" role="listbox"></ul>
</div>
<div class="search-footer">
<div class="search-footer-content">
<div class="search-hints">
<span class="search-hint"><span class="search-key">Enter</span> to search</span>
<span class="search-hint"><span class="search-key">↑</span> or <span class="search-key">↓</span> to navigate</span>
<span class="search-hint"><span class="search-key">Esc</span> to close</span>
</div>
</div>
</div>
</div>
</div>
<div class="search-overlay js-search-overlay"></div>
</div>
<div class="header">
<div class="wrapper">
<div class="logo">
<img src="images/logo.svg" alt="v-analyzer logo">
</div>
<div class="social-links">
<a href="https://twitter.com/v_analyzer" target="_blank" aria-label="Official V-analyzer Twitter">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.8532 7.92968C21.8678 8.14015 21.8678 8.35063 21.8678 8.56305C21.8678 15.0354 16.9353 22.5001 7.91614 22.5001V22.4962C5.25184 22.5001 2.64289 21.7377 0.399994 20.3003C0.787404 20.3468 1.17676 20.3701 1.56708 20.3711C3.77503 20.373 5.91986 19.633 7.65689 18.2702C5.55867 18.2304 3.71871 16.8638 3.07594 14.8686C3.81095 15.0102 4.56829 14.9811 5.28971 14.7842C3.00215 14.3225 1.35638 12.3148 1.35638 9.98304V9.92096C2.03799 10.3002 2.80116 10.5107 3.58181 10.534C1.42726 9.09554 0.76313 6.23228 2.06421 3.99367C4.55373 7.05382 8.22684 8.91417 12.1699 9.11106C11.7747 7.40979 12.3146 5.62704 13.5884 4.43111C15.5634 2.57659 18.6694 2.67164 20.5259 4.64352C21.624 4.42723 22.6766 4.0247 23.6397 3.45438C23.2737 4.58824 22.5076 5.55139 21.4842 6.16342C22.4562 6.04897 23.4057 5.78902 24.3 5.39232C23.6417 6.37778 22.8125 7.23617 21.8532 7.92968Z"
fill="white"/>
</svg>
</a>
<a href="https://github.com/v-analyzer/v-analyzer" target="_blank"
aria-label="v-analyzer Repository">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_248_54)">
<path d="M10.9576 0.764845C5.95105 1.36966 1.77496 4.99374 0.555728 9.78905C0.272522 10.9123 0.20052 11.4979 0.20052 12.7171C0.19572 13.3363 0.224521 13.9603 0.262922 14.2292C0.781334 17.9876 2.83578 21.0981 6.08065 23.0662C7.06948 23.6614 8.37991 24.2134 8.81672 24.2134C9.03272 24.2134 9.08072 24.1942 9.22473 24.0502C9.33033 23.9446 9.38793 23.839 9.39273 23.7478C9.40233 23.5558 9.37833 21.5973 9.37353 21.5925C9.36873 21.5877 9.17193 21.6165 8.93192 21.6549C8.41351 21.7365 7.62149 21.7125 7.20388 21.5973C6.65187 21.4533 6.23426 21.2181 5.86465 20.8389C5.55744 20.5365 5.47584 20.4069 5.17343 19.7973C4.77502 18.9861 4.51102 18.6261 4.06941 18.3188C3.38779 17.8388 3.27739 17.6276 3.6518 17.498C3.8006 17.45 3.91101 17.4452 4.14621 17.4836C4.79903 17.5892 5.38944 18.0068 5.85025 18.6885C6.42626 19.5429 6.90147 19.8741 7.71749 19.9893C8.0919 20.0421 8.60551 19.9845 9.08552 19.8405C9.42633 19.7349 9.42633 19.7349 9.55593 19.2117C9.64234 18.8757 9.87754 18.4292 10.0887 18.2084L10.2087 18.0836L9.90634 18.05C9.41193 17.9924 8.49991 17.786 8.0535 17.6276C7.24708 17.3444 6.72867 17.0372 6.15746 16.49C5.09183 15.4724 4.59262 13.9939 4.65022 12.0211C4.66942 11.3443 4.69342 11.1667 4.79903 10.7971C4.97183 10.2163 5.22144 9.72665 5.58624 9.24664C5.81665 8.93943 5.87425 8.83383 5.84065 8.76663C5.73985 8.57462 5.64384 7.96021 5.64384 7.5138C5.64384 7.00019 5.73025 6.46257 5.88385 5.99216C6.00385 5.64176 6.06625 5.61775 6.57987 5.68976C7.23268 5.78096 8.1639 6.16497 9.00872 6.69298C9.34953 6.90898 9.39273 6.92338 9.54153 6.88018C9.94474 6.76498 11.0248 6.59698 11.7016 6.54898C12.796 6.46737 14.284 6.59698 15.2393 6.85618L15.4985 6.92819L15.9353 6.65938C16.7753 6.14097 17.6537 5.78096 18.3113 5.68496C18.8297 5.61296 18.8729 5.63696 19.0074 6.06417C19.0698 6.26577 19.1466 6.59698 19.1802 6.80338C19.2618 7.29779 19.2186 8.20981 19.0986 8.58902L19.0074 8.87703L19.2282 9.14584C19.9482 10.0435 20.2458 10.9507 20.241 12.2419C20.2362 15.4628 18.7817 17.3012 15.7769 17.9012C15.4697 17.9588 15.0953 18.026 14.9417 18.0452L14.6633 18.0788L14.8313 18.2612C15.0377 18.4916 15.2537 18.9093 15.3689 19.2981C15.4409 19.5429 15.4553 19.8837 15.4793 21.7173C15.5033 23.3206 15.5225 23.8822 15.5705 23.959C15.6521 24.1078 15.8729 24.2134 16.0889 24.2134C16.5353 24.2134 18.2633 23.431 19.2522 22.7877C20.0442 22.2645 20.6874 21.7365 21.3402 21.0645C23.1882 19.1685 24.2923 16.8932 24.6571 14.2292C24.7531 13.5379 24.7387 11.7955 24.6331 11.0851C23.8075 5.61295 19.4442 1.41286 13.9096 0.764845C13.1704 0.678443 11.6824 0.678443 10.9576 0.764845Z"
fill="white"/>
</g>
<defs>
<clipPath id="clip0_248_54">
<rect width="25" height="25" fill="white"/>
</clipPath>
</defs>
</svg>
</a>
</div>
</div>
</div>
<div class="background-blob">
<svg width="1700" height="1701" viewBox="0 0 1700 1701" fill="none" xmlns="http://www.w3.org/2000/svg">
<g filter="url(#filter0_f_128_27)">
<circle cx="1195.24" cy="1031.45" r="269.438" fill="#17E6F5"/>
<circle cx="700.245" cy="1003.45" r="269.438" fill="#0C8DF3"/>
<circle cx="530.245" cy="492.446" r="269.438" fill="#10A8F3"/>
</g>
<defs>
<filter id="filter0_f_128_27" x="-139.193" y="-176.991" width="2003.88" height="1877.88"
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
<feGaussianBlur stdDeviation="200" result="effect1_foregroundBlur_128_27"/>
</filter>
</defs>
</svg>
</div>
<div class="first-screen">
<div class="wrapper">
<div class="floating-triangle">
<svg width="489" height="442" viewBox="0 0 489 442" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M244.858 441.082L0.761879 0.020339L488.954 0.0203824L244.858 441.082Z"
fill="url(#paint0_linear_128_36)"/>
<defs>
<linearGradient id="paint0_linear_128_36" x1="244.858" y1="441.082" x2="244.858" y2="-147"
gradientUnits="userSpaceOnUse">
<stop stop-color="#108DDA"/>
<stop offset="1" stop-color="#3DD7F4"/>
</linearGradient>
</defs>
</svg>
</div>
<div class="right-corner-text">
<p class="main-text">
V language server that brings IDE features in any editor
</p>
<p class="sub-text">
if the editor supports LSP
</p>
</div>
<div class="install-button">
<a href="https://github.com/v-analyzer/v-analyzer" target="_blank">
<div class="button">
Install
</div>
</a>
</div>
<div class="inner-image">
<img src="images/code.png" alt="VS Code">
</div>
<div class="floating-a-letter">
<svg width="255" height="343" viewBox="0 0 255 343" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M112.225 342.393C77.8252 342.393 50.4251 333.393 30.0251 315.393C10.0251 297.393 0.0251465 273.593 0.0251465 243.993C0.0251465 214.393 9.62515 190.993 28.8251 173.793C48.4251 156.593 74.2251 147.993 106.225 147.993H214.825V111.393C214.825 87.3926 208.025 68.7926 194.425 55.5926C181.225 42.3926 162.225 35.7926 137.425 35.7926C115.025 35.7926 96.4252 40.9926 81.6252 51.3926C67.2252 61.7926 58.8252 75.7926 56.4252 93.3926H16.8251C20.4251 65.3926 33.2251 42.9926 55.2252 26.1926C77.6251 8.99257 105.025 0.392578 137.425 0.392578C173.025 0.392578 201.425 10.3926 222.625 30.3925C243.825 50.3926 254.425 77.1926 254.425 110.793V336.393H215.425V270.993H208.825L217.825 260.193C217.825 284.993 208.225 304.993 189.025 320.193C169.825 334.993 144.225 342.393 112.225 342.393ZM122.425 309.393C150.025 309.393 172.225 302.393 189.025 288.393C206.225 274.393 214.825 256.393 214.825 234.393V179.793H106.225C86.2251 179.793 70.0252 185.393 57.6251 196.593C45.6251 207.793 39.6251 222.593 39.6251 240.993C39.6251 261.793 47.0251 278.393 61.8251 290.793C77.0251 303.193 97.2252 309.393 122.425 309.393Z"
fill="white"/>
</svg>
</div>
</div>
</div>
<div class="chapter dark titled-block-layout">
<div class="chapter_inner">
<h2 class="chapter__big-title">
Smart Editor
</h2>
<div class="chapter__block">
<div class="chapter__two-block-row">
<div class="chapter__text-image-block">
<div class="chapter__text-image-block-image">
<img src="./images/highlighting.png" alt="">
</div>
<div class="chapter__text-image-block-text">
<h2 class="chapter__small-title">
Syntax highlighting
</h2>
<p class="chapter__text">
The v-analyzer highlights all elements of your V code, including
inferred types, fields and more.
</p>
</div>
</div>
<div class="chapter__text-image-block">
<div class="chapter__text-image-block-image">
<img src="./images/inspections.png" alt="">
</div>
<div class="chapter__text-image-block-text">
<h2 class="chapter__small-title">
Errors and warnings highlighting
</h2>
<p class="chapter__text">
When you save a file, v-analyzer applies checks from V compiler
and shows all detected errors and warnings with quick-fixes for some.
</p>
</div>
</div>
</div>
<div class="chapter__three-block-row">
<div class="chapter__text-image-block">
<div class="chapter__text-image-block-image">
<img src="./images/inlayhints.png" alt="">
</div>
<div class="chapter__text-image-block-text">
<h2 class="chapter__small-title">
Inlay hints
</h2>
<p class="chapter__text">
Inlay hints show additional information in your code, such as inferred types,
parameter names, and more.
</p>
</div>
</div>
<div class="chapter__text-image-block">
<div class="chapter__text-image-block-image">
<img src="./images/completion.png" alt="">
</div>
<div class="chapter__text-image-block-text">
<h2 class="chapter__small-title">
Completion
</h2>
<p class="chapter__text">
Get relevant completion suggestions everywhere in your code!
</p>
</div>
</div>
<div class="chapter__text-image-block">
<div class="chapter__text-image-block-image">
<img src="./images/quickdoc.png" alt="">
</div>
<div class="chapter__text-image-block-text">
<h2 class="chapter__small-title">
Quick documentation
</h2>
<p class="chapter__text">
Get quick documentation for most of named V element by hovering over it.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="chapter light titled-block-layout">
<div class="chapter_inner">
<h2 class="chapter__big-title">
Navigation & Search
</h2>
<div class="chapter__block">
<div class="chapter__two-block-row">
<div class="chapter__text-image-block">
<div class="chapter__text-image-block-image">
<img src="./images/goto.png" alt="">
</div>
<div class="chapter__text-image-block-text">
<h2 class="chapter__small-title">
Code lenses
</h2>
<p class="chapter__text">
v-analyzer helps you navigate through implementation or super interfaces
with code lenses.
For example, you can quickly switch between interfaces and structs.
</p>
</div>
</div>
<div class="chapter__text-image-block">
<div class="chapter__text-image-block-image">
<img src="./images/usages.png" alt="">
</div>
<div class="chapter__text-image-block-text">
<h2 class="chapter__small-title">
Find Usages
</h2>
<p class="chapter__text">
When you need to track all the occurrences of a symbol, you can call Find References.
The references will be highlighted in the editor or listed in a separate window.
</p>
</div>
</div>
</div>
<div class="chapter__two-block-row">
<div class="chapter__text-image-block">
<div class="chapter__text-image-block-image">
<img src="./images/file-structure.png" alt="">
</div>
<div class="chapter__text-image-block-text">
<h2 class="chapter__small-title">
File structure
</h2>
<p class="chapter__text">
When you need to find a specific method or field, use the File Structure tool window to
quickly navigate
through the file.
</p>
</div>
</div>
<div class="chapter__text-image-block">
<div class="chapter__text-image-block-image">
<img src="./images/search-everywhere.png" alt="">
</div>
<div class="chapter__text-image-block-text">
<h2 class="chapter__small-title">
Search everywhere
</h2>
<p class="chapter__text">
v-analyzer helps you find anything in your project, including files, classes, symbols, and
more.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="chapter dark two-column-layout no-bottom-padding">
<div class="chapter_inner">
<div class="chapter__text-col">
<h2 class="chapter__big-title">
Testing
</h2>
<p class="chapter__text">
v-analyzer makes it easy to start tests and explore the results.
<br>
<br>
Use code lens, and v-analyzer starts the test and shows the results in the terminal.
<br>
<br>
You can run single test function or all tests in a file!
</p>
</div>
<div class="chapter__image-col">
<img src="./images/testing.png" alt="">
</div>
</div>
</div>
<div class="chapter purple banner">
<div class="chapter_inner">
<div class="chapter__text-col">
<h2 class="chapter__big-title with-icon">
<span>And more in the future!</span>
<svg width="600" height="50" viewBox="0 0 1550 75" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1542.05 33.5352L1507.05 13.3279V53.7424L1542.05 33.5352ZM9.60181 37.0352H1510.55V30.0352H9.60181V37.0352Z"
fill="white"/>
</svg>
</h2>
</div>
</div>
</div>
<footer class="underline" itemscope itemtype="http://schema.org/WPFooter">
<div class="footer-container">
<nav>
<div class="column documentation-column">
<div class="title">Documentation</div>
<ul>
<li><a href="https://docs.vosca.dev">Language</a></li>
<li><a href="https://modules.vosca.dev">Standard Library</a></li>
</ul>
</div>
<div class="column blog-column">
<div class="title">Blog</div>
<ul>
<li><a href="https://blog.vosca.dev">Latest</a></li>
<li><a href="https://blog.vosca.dev/categories/tutorials/">Tutorials</a></li>
<li><a href="https://blog.vosca.dev/categories/association/">Association</a></li>
</ul>
</div>
<div class="column learn-column">
<div class="title">Learn</div>
<ul>
<li><a href="https://learn.vosca.dev">Vings</a></li>
</ul>
</div>
<div class="column play-column">
<div class="title">Play</div>
<ul>
<li><a href="https://play.vosca.dev">Playground</a></li>
</ul>
</div>
</nav>
<div class="footer-bottom">
<div class="social-links">
<a href="https://twitter.com/v_language" target="_blank" aria-label="Official V Twitter">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21.8532 7.92968C21.8678 8.14015 21.8678 8.35063 21.8678 8.56305C21.8678 15.0354 16.9353 22.5001 7.91614 22.5001V22.4962C5.25184 22.5001 2.64289 21.7377 0.399994 20.3003C0.787404 20.3468 1.17676 20.3701 1.56708 20.3711C3.77503 20.373 5.91986 19.633 7.65689 18.2702C5.55867 18.2304 3.71871 16.8638 3.07594 14.8686C3.81095 15.0102 4.56829 14.9811 5.28971 14.7842C3.00215 14.3225 1.35638 12.3148 1.35638 9.98304V9.92096C2.03799 10.3002 2.80116 10.5107 3.58181 10.534C1.42726 9.09554 0.76313 6.23228 2.06421 3.99367C4.55373 7.05382 8.22684 8.91417 12.1699 9.11106C11.7747 7.40979 12.3146 5.62704 13.5884 4.43111C15.5634 2.57659 18.6694 2.67164 20.5259 4.64352C21.624 4.42723 22.6766 4.0247 23.6397 3.45438C23.2737 4.58824 22.5076 5.55139 21.4842 6.16342C22.4562 6.04897 23.4057 5.78902 24.3 5.39232C23.6417 6.37778 22.8125 7.23617 21.8532 7.92968Z"
fill="black"/>
</svg>
</a>
<a href="https://github.com/vlang-association" target="_blank"
aria-label="Official V Open Source Community Association (VOSCA) GitHub organization">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_248_54)">
<path d="M10.9576 0.764845C5.95105 1.36966 1.77496 4.99374 0.555728 9.78905C0.272522 10.9123 0.20052 11.4979 0.20052 12.7171C0.19572 13.3363 0.224521 13.9603 0.262922 14.2292C0.781334 17.9876 2.83578 21.0981 6.08065 23.0662C7.06948 23.6614 8.37991 24.2134 8.81672 24.2134C9.03272 24.2134 9.08072 24.1942 9.22473 24.0502C9.33033 23.9446 9.38793 23.839 9.39273 23.7478C9.40233 23.5558 9.37833 21.5973 9.37353 21.5925C9.36873 21.5877 9.17193 21.6165 8.93192 21.6549C8.41351 21.7365 7.62149 21.7125 7.20388 21.5973C6.65187 21.4533 6.23426 21.2181 5.86465 20.8389C5.55744 20.5365 5.47584 20.4069 5.17343 19.7973C4.77502 18.9861 4.51102 18.6261 4.06941 18.3188C3.38779 17.8388 3.27739 17.6276 3.6518 17.498C3.8006 17.45 3.91101 17.4452 4.14621 17.4836C4.79903 17.5892 5.38944 18.0068 5.85025 18.6885C6.42626 19.5429 6.90147 19.8741 7.71749 19.9893C8.0919 20.0421 8.60551 19.9845 9.08552 19.8405C9.42633 19.7349 9.42633 19.7349 9.55593 19.2117C9.64234 18.8757 9.87754 18.4292 10.0887 18.2084L10.2087 18.0836L9.90634 18.05C9.41193 17.9924 8.49991 17.786 8.0535 17.6276C7.24708 17.3444 6.72867 17.0372 6.15746 16.49C5.09183 15.4724 4.59262 13.9939 4.65022 12.0211C4.66942 11.3443 4.69342 11.1667 4.79903 10.7971C4.97183 10.2163 5.22144 9.72665 5.58624 9.24664C5.81665 8.93943 5.87425 8.83383 5.84065 8.76663C5.73985 8.57462 5.64384 7.96021 5.64384 7.5138C5.64384 7.00019 5.73025 6.46257 5.88385 5.99216C6.00385 5.64176 6.06625 5.61775 6.57987 5.68976C7.23268 5.78096 8.1639 6.16497 9.00872 6.69298C9.34953 6.90898 9.39273 6.92338 9.54153 6.88018C9.94474 6.76498 11.0248 6.59698 11.7016 6.54898C12.796 6.46737 14.284 6.59698 15.2393 6.85618L15.4985 6.92819L15.9353 6.65938C16.7753 6.14097 17.6537 5.78096 18.3113 5.68496C18.8297 5.61296 18.8729 5.63696 19.0074 6.06417C19.0698 6.26577 19.1466 6.59698 19.1802 6.80338C19.2618 7.29779 19.2186 8.20981 19.0986 8.58902L19.0074 8.87703L19.2282 9.14584C19.9482 10.0435 20.2458 10.9507 20.241 12.2419C20.2362 15.4628 18.7817 17.3012 15.7769 17.9012C15.4697 17.9588 15.0953 18.026 14.9417 18.0452L14.6633 18.0788L14.8313 18.2612C15.0377 18.4916 15.2537 18.9093 15.3689 19.2981C15.4409 19.5429 15.4553 19.8837 15.4793 21.7173C15.5033 23.3206 15.5225 23.8822 15.5705 23.959C15.6521 24.1078 15.8729 24.2134 16.0889 24.2134C16.5353 24.2134 18.2633 23.431 19.2522 22.7877C20.0442 22.2645 20.6874 21.7365 21.3402 21.0645C23.1882 19.1685 24.2923 16.8932 24.6571 14.2292C24.7531 13.5379 24.7387 11.7955 24.6331 11.0851C23.8075 5.61295 19.4442 1.41286 13.9096 0.764845C13.1704 0.678443 11.6824 0.678443 10.9576 0.764845Z"
fill="black"/>
</g>
<defs>
<clipPath id="clip0_248_54">
<rect width="25" height="25" fill="white"/>
</clipPath>
</defs>
</svg>
</a>
<a href="https://t.me/vlang_en" target="_blank" aria-label="Official V Telegram Chat">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_248_58)">
<path opacity="0.997" fill-rule="evenodd" clip-rule="evenodd"
d="M13.5422 0.899902H11.4578C9.86299 1.06478 8.35259 1.52545 6.92656 2.28193C3.40219 4.33719 1.39333 7.39577 0.899994 11.4577V13.5421C1.06487 15.1369 1.52555 16.6473 2.28203 18.0733C4.33723 21.5977 7.39581 23.6065 11.4578 24.0999H13.5422C15.137 23.935 16.6474 23.4744 18.0734 22.7179C21.5978 20.6627 23.6066 17.6041 24.1 13.5421V11.4577C23.9351 9.8629 23.4745 8.35249 22.718 6.92647C20.6628 3.40212 17.6042 1.39326 13.5422 0.899902ZM18.1867 8.82959C18.3344 8.21597 18.1003 7.89878 17.4843 7.87803C13.8878 9.29613 10.2779 10.6932 6.65463 12.0694C6.37519 12.1727 6.10331 12.2935 5.83901 12.4319C5.50537 12.759 5.56577 13.0007 6.02026 13.1569L8.78432 14.0179C8.85985 14.0481 8.93534 14.0481 9.01088 14.0179L15.5359 9.89443C15.6328 9.83082 15.7385 9.79307 15.8531 9.78115C15.9746 9.76199 16.0274 9.8073 16.0117 9.91709C14.2127 11.5802 12.4002 13.2265 10.5742 14.8562C10.5045 15.8379 10.4365 16.8197 10.3703 17.8015C10.537 17.7901 10.688 17.7372 10.8234 17.6429C11.3156 17.1355 11.8216 16.6446 12.3413 16.1702C13.3277 16.8711 14.3019 17.5885 15.264 18.3226C15.5912 18.5037 15.8857 18.4659 16.1476 18.2093C16.8619 15.0909 17.5416 11.9644 18.1867 8.82959Z"
fill="black"/>
</g>
<defs>
<clipPath id="clip0_248_58">
<rect width="25" height="25" fill="white"/>
</clipPath>
</defs>
</svg>
</a>
<a href="https://discord.gg/vlang" target="_blank" aria-label="Official V Discord">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.61707 4.35447C6.51257 4.53936 4.50595 5.68678 3.15733 7.47588C2.02079 8.98764 0.764617 13.251 0.606915 16.1277C0.509031 17.9386 1.4498 19.2056 3.52168 20.0431C4.45157 20.4183 5.60443 20.6684 6.40925 20.663L6.70834 20.6576L7.27933 19.9506C7.59473 19.5591 7.88294 19.1947 7.92101 19.1404C7.98083 19.0534 7.9482 19.0316 7.56754 18.8957C6.5887 18.5531 5.62074 17.9603 4.96818 17.3132C4.73979 17.0848 4.56033 16.889 4.57665 16.8782C4.58752 16.8673 4.81592 16.9543 5.08238 17.0794C6.09385 17.547 7.7198 18.118 8.94335 18.4334C11.6352 19.1295 14.0496 19.1567 16.388 18.515C17.5245 18.205 18.7589 17.6721 19.8574 17.0195C20.113 16.8727 20.3414 16.7476 20.3686 16.7476C20.4501 16.7476 19.7486 17.422 19.3408 17.7265C18.8568 18.0908 17.9378 18.5694 17.3015 18.7923C17.0514 18.8793 16.8502 18.9663 16.8502 18.9881C16.8502 19.0099 17.1003 19.3361 17.4103 19.7168C17.7148 20.092 17.9922 20.44 18.0302 20.489C18.0846 20.5542 18.1934 20.5651 18.6556 20.5379C20.4012 20.44 22.4404 19.6461 23.3649 18.7053C24.2132 17.8461 24.5177 16.8401 24.36 15.4425C24.0066 12.3809 22.9244 8.95501 21.8477 7.50307C20.6078 5.82273 18.8622 4.76232 16.7958 4.4306C16.0236 4.31097 15.8659 4.32184 15.6865 4.50673L15.5396 4.659L15.8007 4.72969C16.7197 4.97984 18.449 5.72484 19.3136 6.24689C19.7595 6.51879 20.548 7.06803 20.4882 7.06803C20.4664 7.06803 20.2598 6.98102 20.026 6.87226C18.2967 6.07831 16.4369 5.55083 14.4847 5.28981C13.5874 5.17561 11.1185 5.15929 10.2702 5.26262C8.32342 5.50732 6.4745 5.99674 4.97906 6.66562C4.19599 7.01365 4.24493 6.99733 4.33738 6.88314C4.47876 6.71456 5.54461 6.03481 6.13191 5.74116C6.44731 5.57802 6.99111 5.33875 7.33371 5.2028C7.94276 4.95809 9.21525 4.56655 9.38927 4.56655C9.45452 4.56655 9.44365 4.53936 9.34576 4.4306C9.27507 4.35447 9.1935 4.30009 9.16087 4.30009C9.12824 4.30553 8.88353 4.32728 8.61707 4.35447ZM9.15543 11.5598C10.0092 11.7773 10.5965 12.4244 10.7596 13.3054C11.0098 14.7084 9.69923 16.0516 8.35061 15.7688C7.03462 15.4969 6.29505 14.0993 6.78447 12.8214C7.05637 12.1145 7.91013 11.5054 8.66601 11.4782C8.75846 11.4728 8.98142 11.5109 9.15543 11.5598ZM16.9916 11.6849C17.4756 11.9078 17.791 12.2232 18.0357 12.7127C18.226 13.1042 18.2369 13.1531 18.2369 13.6426C18.2314 14.2951 18.1009 14.6649 17.7148 15.0836C17.3885 15.4425 17.0786 15.6329 16.6272 15.7471C15.2514 16.1005 13.8702 14.7519 14.1258 13.3108C14.24 12.6637 14.5934 12.1254 15.1155 11.8154C15.7463 11.4402 16.3716 11.3967 16.9916 11.6849Z"
fill="black"/>
</svg>
</a>
<a href="https://www.youtube.com/channel/UCLZIElNyubHOvbfudT7KS1A"
target="_blank"
aria-label="Official V YouTube Channel">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.3366 5.23688C6.03157 5.31343 3.94229 5.49354 3.24886 5.7502C2.24925 6.12843 1.60535 6.94793 1.37121 8.15917C0.84889 10.8203 0.884912 16.4127 1.43425 18.6731C1.6774 19.6547 2.38433 20.4472 3.3119 20.7714C4.38356 21.1406 8.29646 21.3388 13.6818 21.2937C17.9504 21.2532 20.2423 21.1316 21.404 20.875C22.2505 20.6859 22.998 20.0915 23.3672 19.3035C23.7139 18.5741 23.8985 17.1782 24.0021 14.5621C24.0967 12.1396 23.9211 9.19031 23.6014 7.88901C23.4303 7.19108 23.0385 6.5742 22.5207 6.18246C22.1109 5.87627 21.6742 5.70066 21.0483 5.5926C19.2112 5.27741 14.0735 5.12431 9.3366 5.23688ZM13.182 11.5002C14.7804 12.4188 16.1178 13.1933 16.1448 13.2203C16.1898 13.2608 15.5279 13.6616 13.3531 14.9133C11.7906 15.8139 10.4398 16.5929 10.3632 16.6379L10.2146 16.7234V13.2743C10.2146 11.3787 10.2281 9.8252 10.2417 9.8252C10.2552 9.8252 11.579 10.5772 13.182 11.5002Z"
fill="black"/>
</svg>
</a>
<a href="https://twitch.tv/v_language" aria-label="Official V Twitch Channel">
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.3674 4.88112L2.70001 6.66618V13.8265V20.9909H5.15246H7.60491V22.3377V23.6846H8.96381H10.3187L11.6655 22.3377L13.0124 20.9909H15.0185H17.0207L19.7104 18.3334L22.4 15.6719V9.388V3.10008H13.2174H4.03881L3.3674 4.88112ZM20.623 9.81416L20.631 14.7392L19.0751 16.2951L17.5152 17.855H15.0427H12.5701L11.2434 19.1817C10.5157 19.9134 9.90458 20.5084 9.8885 20.5084C9.8684 20.5084 9.85634 19.9094 9.85634 19.1817V17.855H7.84613H5.83593V11.362V4.86906L13.2254 4.8771L20.6109 4.88916L20.623 9.81416Z"
fill="black"/>
<path d="M10.781 11.1609V13.8345H11.6655H12.55V11.1609V8.48733H11.6655H10.781V11.1609Z"
fill="black"/>
<path d="M15.6859 11.1609V13.8345H16.5905H17.4951V11.1609V8.48733H16.5905H15.6859V11.1609Z"
fill="black"/>
</svg>
</a>
</div>
<div class="copyright-line">
Copyright © 2023 V Open Source Community Association (VOSCA)
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="/scripts/header.js"></script>
<script type="text/javascript" src="/scripts/header-search.js"></script>
</body>
</html>