Skip to content

Commit 07d0e7a

Browse files
authored
Suggest "Vapor for VS Code" extension (#1075)
1 parent 94d6ebf commit 07d0e7a

File tree

9 files changed

+14
-8
lines changed

9 files changed

+14
-8
lines changed

docs/getting-started/hello-world.it.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,16 @@ Nella parte superiore della finestra, alla destra dei pulsanti Play e Stop, clic
4646
Dovresti ora veder apparire la Console nella parte inferiore della finestra di Xcode.
4747

4848
```sh
49-
[ INFO ] Server starting on http://
49+
[ INFO ] Server starting on http://127.0.0.1:8080
5050
```
5151

5252
### Linux
5353

5454
Su Linux e altri sistemi operativi (e anche su macOS se non volete utilizzare Xcode) puoi modificare il progetto nel tuo editor preferito, come Vim o VSCode. Per maggiori dettagli su come configurare altri IDE, consulta le [Guide di Swift sul Server](https://github.com/swift-server/guides/blob/main/docs/setup-and-ide-alternatives.md)
5555

56+
!!! tip "Suggerimento"
57+
Se usi VSCode come editor di testo, raccomandiamo di installare l'estensione ufficiale di Vapor: [Vapor for VS Code](https://marketplace.visualstudio.com/items?itemName=Vapor.vapor-vscode).
58+
5659
Per compilare ed eseguire il progetto, nel Terminale esegui:
5760

5861
```sh

docs/getting-started/hello-world.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ You should see the Console pop up at the bottom of the Xcode window.
6060

6161
On Linux and other OSes (and even on macOS if you don't want to use Xcode) you can edit the project in your favorite editor of choice, such as Vim or VSCode. See the [Swift Server Guides](https://github.com/swift-server/guides/blob/main/docs/setup-and-ide-alternatives.md) for up to date details on setting up other IDEs.
6262

63+
!!! tip
64+
If you're using VSCode as your code editor, we recommend installing the official Vapor extension: [Vapor for VS Code](https://marketplace.visualstudio.com/items?itemName=Vapor.vapor-vscode).
65+
6366
To build and run your project, in Terminal run:
6467

6568
```sh

docs/leaf/getting-started.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Hello, #(name)!
8585
```
8686

8787
!!! tip "Consejo"
88-
Si estás usando VSCode como tu editor de código, te recomendamos instalar la extensión de Leaf para habilitar el resaltado de sintaxis: [Leaf HTML](https://marketplace.visualstudio.com/items?itemName=Francisco.html-leaf).
88+
Si estás usando VSCode como tu editor de código, te recomendamos instalar la extensión de Vapor para habilitar el resaltado de sintaxis: [Vapor for VS Code](https://marketplace.visualstudio.com/items?itemName=Vapor.vapor-vscode).
8989

9090
Luego, registra una ruta (generalmente en `routes.swift` o en un controlador) para renderizar la vista.
9191

docs/leaf/getting-started.it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Hello, #(name)!
7474
```
7575

7676
!!! tip
77-
Se usi VSCode come editor di testo, raccomandiamo di installare l'estensione Leaf per abilitare l'evidenziazione della sintassi: [Leaf HTML](https://marketplace.visualstudio.com/items?itemName=Francisco.html-leaf).
77+
Se usi VSCode come editor di testo, raccomandiamo di installare l'estensione di Vapor per abilitare l'evidenziazione della sintassi: [Vapor for VS Code](https://marketplace.visualstudio.com/items?itemName=Vapor.vapor-vscode).
7878

7979
Quindi, registra una route (di solito fatto in `routes.swift` o un controller) per renderizzare la view.
8080

docs/leaf/getting-started.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Hello, #(name)!
7474
```
7575

7676
!!! tip
77-
もし、コードエディタとして VSCode を使用している場合、シンタックスハイライトを有効にするために、Leaf 拡張機能をインストールすることをお勧めします:[Leaf HTML](https://marketplace.visualstudio.com/items?itemName=Francisco.html-leaf)
77+
もし、コードエディタとして VSCode を使用している場合、シンタックスハイライトを有効にするために、Vapor 拡張機能をインストールすることをお勧めします:[Vapor for VS Code](https://marketplace.visualstudio.com/items?itemName=Vapor.vapor-vscode)
7878

7979
次に、View をレンダリングするルートを登録します。(通常は、`routes.swift` やコントローラで行います)
8080

docs/leaf/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Hello, #(name)!
8585
```
8686

8787
!!! tip
88-
If you're using VSCode as your code editor, we recommend installing the Leaf extension to enable syntax highlighting: [Leaf HTML](https://marketplace.visualstudio.com/items?itemName=Francisco.html-leaf).
88+
If you're using VSCode as your code editor, we recommend installing the Vapor extension to enable syntax highlighting: [Vapor for VS Code](https://marketplace.visualstudio.com/items?itemName=Vapor.vapor-vscode).
8989

9090
Then, register a route (usually done in `routes.swift` or a controller) to render the view.
9191

docs/leaf/getting-started.nl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Hello, #(name)!
7575
```
7676

7777
!!! tip
78-
Als je VSCode als code editor gebruikt, raden we aan de Leaf extensie te installeren om syntax highlighting mogelijk te maken: [Leaf HTML](https://marketplace.visualstudio.com/items?itemName=Francisco.html-leaf).
78+
Als je VSCode als code editor gebruikt, raden we aan de Vapor extensie te installeren om syntax highlighting mogelijk te maken: [Vapor for VS Code](https://marketplace.visualstudio.com/items?itemName=Vapor.vapor-vscode).
7979

8080
Registreer dan een route (meestal gedaan in `routes.swift` of een controller) om de view te renderen.
8181

docs/leaf/getting-started.pl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Cześć, #(name)!
7575
```
7676

7777
!!! tip
78-
Jeśli korzystasz z VSCode, rekomendowane jest zainstalowanie rozszerzenia do Leaf (Podpowiedzi i podkreślanie składni): [Leaf HTML](https://marketplace.visualstudio.com/items?itemName=Francisco.html-leaf).
78+
Jeśli korzystasz z VSCode, rekomendowane jest zainstalowanie rozszerzenia do Vapor (Podpowiedzi i podkreślanie składni): [Vapor for VS Code](https://marketplace.visualstudio.com/items?itemName=Vapor.vapor-vscode).
7979

8080
Następnie: Dodaj ścieżkę (przeważnie w `routes.swift` lub w kontrolerze), żeby wyrenderować widok.
8181

docs/leaf/getting-started.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Hello, #(name)!
7575
```
7676

7777
!!! tip "建议"
78-
如果你正在使用 VSCode 作为代码编辑器,我们推荐安装 [Leaf HTML](https://marketplace.visualstudio.com/items?itemName=Francisco.html-leaf) 扩展,以启用语法高亮功能。
78+
如果你正在使用 VSCode 作为代码编辑器,我们推荐安装 [Vapor for VS Code](https://marketplace.visualstudio.com/items?itemName=Vapor.vapor-vscode) 扩展,以启用语法高亮功能。
7979

8080
然后,注册一个路由(通常在 `routes.swift` 中或一个控制器中完成注册)来渲染视图。
8181

0 commit comments

Comments
 (0)