blob: 293658898e2154a90872fa4d96054841b546f60a (
plain)
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
|
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page vscodeext-how-to-install.html
\previouspage vscodeext-getting-started.html
\nextpage vscodeext-how-tos.html
\title Installation
Install \QVSC to develop Qt and Qt Quick applications with VS Code.
Select the Qt extension pack for the type of applications you develop:
\list
\li Qt C++ for developing Qt C++ and Qt Quick applications
\li Qt WebAssembly for developing applications for WebAssembly
\endlist
You can also install individual extensions with or without extension packs.
\e {Qt Extension Pack} contains all Qt extensions.
\section1 Install extension packs
To install a Qt extension pack:
\list
\li Select the \uicontrol {Extensions} icon in the
\uicontrol {Activity Bar} or press \key {Ctrl+Shift+X}.
\li In \uicontrol {Extensions}, search for Qt extension packs.
\image vscodeext-installation.webp {Qt extensions in VS Code}
\li Select \uicontrol {Install}.
\endlist
The \l {CMake For VisualStudio Code} and \l {CMake Tools} extensions are
installed automatically.
\sa {Register Qt installations}
*/
|