Use alert styles
This commit is contained in:
Родитель
ba662cad42
Коммит
7f76204b98
|
@ -29,7 +29,8 @@ You can trigger IntelliSense in any editor window by typing `kb(editor.action.tr
|
|||
|
||||
![intellisense in package json](images/intellisense/intellisense_packagejson.gif)
|
||||
|
||||
> **Tip:** The suggestions widget supports CamelCase filtering, meaning you can type the letters which are upper cased in a method name to limit the suggestions. For example, "cra" will quickly bring up "createApplication".
|
||||
> [!TIP]
|
||||
> The suggestions widget supports CamelCase filtering, meaning you can type the letters which are upper cased in a method name to limit the suggestions. For example, "cra" will quickly bring up "createApplication".
|
||||
|
||||
If you prefer, you can turn off IntelliSense while you type. See [Customizing IntelliSense](/docs/editor/intellisense.md#customizing-intellisense) below to learn how to disable or customize VS Code's IntelliSense features.
|
||||
|
||||
|
@ -165,7 +166,8 @@ By default, VS Code shows snippets and completion proposals in one widget. You c
|
|||
|
||||
The key bindings shown below are the default key bindings. You can change these in your `keybindings.json` file as described in [Key Bindings](/docs/getstarted/keybindings.md).
|
||||
|
||||
> **Note:** There are many more key bindings relating to IntelliSense. Open the **Default Keyboard Shortcuts** (**File** > **Preferences** > **Keyboard Shortcuts**) and search for "suggest".
|
||||
> [!NOTE]
|
||||
> There are many more key bindings relating to IntelliSense. Open the **Default Keyboard Shortcuts** (**File** > **Preferences** > **Keyboard Shortcuts**) and search for "suggest".
|
||||
|
||||
```json
|
||||
[
|
||||
|
@ -201,7 +203,8 @@ You can learn more about how to get started with Copilot in the [Copilot documen
|
|||
|
||||
If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the issue. If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension.
|
||||
|
||||
> **Tip:** For configuring and troubleshooting JavaScript IntelliSense, see the [JavaScript documentation](/docs/languages/javascript.md#intellisense).
|
||||
> [!TIP]
|
||||
> For configuring and troubleshooting JavaScript IntelliSense, see the [JavaScript documentation](/docs/languages/javascript.md#intellisense).
|
||||
|
||||
A particular language extension may not support all the VS Code IntelliSense features. Review the extension's README to find out what is supported. If you think there are issues with a language extension, you can usually find the issue repository for an extension through the [VS Code Marketplace](https://marketplace.visualstudio.com/vscode). Navigate to the extension's Details page and select the **Support** link.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче