You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-a-jetbrains-ide.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ If you use a JetBrains IDE, you can view and incorporate suggestions from {% dat
21
21
22
22
## Installing the JetBrains extension
23
23
24
-
To use {% data variables.product.prodname_copilot %} in a JetBrains IDE, you must install the {% data variables.product.prodname_copilot %} extension.
24
+
To use {% data variables.product.prodname_copilot %} in a JetBrains IDE, you must install the {% data variables.product.prodname_copilot %} extension. The following procedure will guide you through installation of the {% data variables.product.prodname_copilot %} plugin in IntelliJ IDEA. Steps to install the plugin in another supported IDE may differ.
25
25
26
26
1. In your JetBrains IDE, under the **File** menu, click **Settings**.
27
27
1. At the top of the "Settings" dialog box, click **Marketplace**. In the search bar, search for **{% data variables.product.prodname_copilot %}** and click **Install**.
@@ -40,7 +40,6 @@ To use {% data variables.product.prodname_copilot %} in a JetBrains IDE, you mus
40
40

41
41
42
42
43
-
44
43
## Seeing your first suggestion
45
44
46
45
{% data reusables.copilot.supported-languages %} The following samples are in Java, but other languages will work similarly.
Copy file name to clipboardExpand all lines: content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-neovim.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,7 @@ To use {% data variables.product.prodname_copilot %} in Neovim you must have Neo
23
23
24
24
{% mac %}
25
25
26
-
1. To use {% data variables.product.prodname_copilot %} in Neovim, install the {% data variables.product.prodname_copilot %} plugin. You can either install the plugin from a plugin manager or directly.
27
-
- If you use a plugin manager like vim-plug or packer.nvim, use the plugin manager to install `github/copilot.vim`. For more information, see the documentation for the plugin manager. For example, you can see the documentation for [vim-plug](https://github.com/junegunn/vim-plug) or [packer.nvim](https://github.com/wbthomason/packer.nvim).
26
+
{% data reusables.copilot.install-copilot-in-neovim %}
28
27
- To install the {% data variables.product.prodname_copilot %} plugin directly, you must know where Neovim stores plugins. To install the plugin, enter the following command in Terminal.
29
28
30
29
```
@@ -42,8 +41,7 @@ To use {% data variables.product.prodname_copilot %} in Neovim you must have Neo
42
41
43
42
{% windows %}
44
43
45
-
1. To use {% data variables.product.prodname_copilot %} in Neovim, install the {% data variables.product.prodname_copilot %} plugin. You can either install the plugin from a plugin manager or directly.
46
-
- If you use a plugin manager like vim-plug or packer.nvim, use the plugin manager to install `github/copilot.vim`. For more information, see the documentation for the plugin manager. For example, you can see the documentation for [vim-plug](https://github.com/junegunn/vim-plug) or [packer.nvim](https://github.com/wbthomason/packer.nvim).
44
+
{% data reusables.copilot.install-copilot-in-neovim %}
47
45
- To install the {% data variables.product.prodname_copilot %} plugin directly, you must know where Neovim stores plugins. To install the plugin, enter the following command in Git Bash.
48
46
49
47
```
@@ -60,8 +58,7 @@ To use {% data variables.product.prodname_copilot %} in Neovim you must have Neo
60
58
61
59
{% linux %}
62
60
63
-
1. To use {% data variables.product.prodname_copilot %} in Neovim, install the {% data variables.product.prodname_copilot %} plugin. You can either install the plugin from a plugin manager or directly.
64
-
- If you use a plugin manager like vim-plug or packer.nvim, use the plugin manager to install `github/copilot.vim`. For more information, see the documentation for the plugin manager. For example, you can see the documentation for [vim-plug](https://github.com/junegunn/vim-plug) or [packer.nvim](https://github.com/wbthomason/packer.nvim).
61
+
{% data reusables.copilot.install-copilot-in-neovim %}
65
62
- To install the {% data variables.product.prodname_copilot %} plugin directly, you must know where Neovim stores plugins. To install the plugin, enter the following command in Git Bash.
Copy file name to clipboardExpand all lines: content/copilot/getting-started-with-github-copilot/getting-started-with-github-copilot-in-visual-studio.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,10 @@ To use {% data variables.product.prodname_copilot %}, you must first install the
38
38
1. Open or create a new project in {% data variables.product.prodname_vs %}.
39
39
1. In the "Microsoft {% data variables.product.prodname_vs %}" dialog box, to copy your device activation code, click **OK**.
40
40

41
-
1. A device activation window will open in your browser. Press <kbd>Ctrl</kbd>+<kbd>V</kbd> to paste the device code and click **Continue**.
41
+
1. A device activation window will open in your browser. Paste the device code, then click **Continue**.
42
+
43
+
- To paste the code in Windows or Linux, press <kbd>Ctrl</kbd>+<kbd>v</kbd>.
44
+
- To paste the code in macOS, press <kbd>command</kbd>+<kbd>v</kbd>.
42
45
1. {% data variables.product.prodname_dotcom %} will request the necessary permissions for {% data variables.product.prodname_copilot %}. To approve these permissions, click **Authorize {% data variables.product.prodname_copilot %} Plugin**.
43
46
1. After you approve the permissions, {% data variables.product.prodname_vs %} will show a confirmation.
44
47

@@ -82,7 +85,7 @@ To use {% data variables.product.prodname_copilot %}, you must first install the
82
85
{% data reusables.copilot.accept-suggestion %}
83
86
84
87
85
-
{% data reusables.copilot.enabling-and-disabling-vs %}
88
+
{% data reusables.copilot.enabling-or-disabling-vs %}
Copy file name to clipboardExpand all lines: data/reusables/copilot/enabling-or-disabling-vs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Enabling and disabling {% data variables.product.prodname_copilot %}
1
+
## Enabling or disabling {% data variables.product.prodname_copilot %}
2
2
3
3
The {% data variables.product.prodname_copilot %} status icon in the bottom panel of the {% data variables.product.prodname_vs %} window indicates whether {% data variables.product.prodname_copilot %} is enabled or disabled. When enabled, the background color of the icon will match the color of the status bar. When disabled, it will have a diagonal line through it.
1. To use {% data variables.product.prodname_copilot %} in Neovim, install the {% data variables.product.prodname_copilot %} plugin. You can either install the plugin from a plugin manager or directly.
2
+
- If you use a plugin manager like vim-plug or packer.nvim, use the plugin manager to install `github/copilot.vim`. For more information, see the documentation for the plugin manager. For example, you can see the documentation for [vim-plug](https://github.com/junegunn/vim-plug) or [packer.nvim](https://github.com/wbthomason/packer.nvim).
0 commit comments