diff --git a/src/vs/editor/browser/standalone/standaloneLanguages.ts b/src/vs/editor/browser/standalone/standaloneLanguages.ts index aa9ed082787a227ec74d8dfd973b4538955ae5e2..d48d4afb65ae18ff82b35354e7da67a2ca1658e1 100644 --- a/src/vs/editor/browser/standalone/standaloneLanguages.ts +++ b/src/vs/editor/browser/standalone/standaloneLanguages.ts @@ -411,7 +411,7 @@ export enum CompletionItemKind { * and `${3:foo}`. `$0` defines the final tab stop, it defaults to * the end of the snippet. Variables are defined with `$name` and * `${name:default value}`. The full snippet syntax is documented - * [here](http://code.visualstudio.com/docs/customization/userdefinedsnippets#_creating-your-own-snippets). + * [here](http://code.visualstudio.com/docs/editor/userdefinedsnippets#_creating-your-own-snippets). */ export interface SnippetString { @@ -503,7 +503,7 @@ export interface CompletionList { } /** * The completion item provider interface defines the contract between extensions and - * the [IntelliSense](https://code.visualstudio.com/docs/editor/editingevolved#_intellisense). + * the [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense). * * When computing *complete* completion items is expensive, providers can optionally implement * the `resolveCompletionItem`-function. In that case it is enough to return completion diff --git a/src/vs/editor/common/modes.ts b/src/vs/editor/common/modes.ts index 113c80d3a468ac2df4d364c4f4cb00fcd2b10346..cd329259d7c3de77c9f8d05cdb0971dca150067c 100644 --- a/src/vs/editor/common/modes.ts +++ b/src/vs/editor/common/modes.ts @@ -163,7 +163,7 @@ export interface Hover { /** * The hover provider interface defines the contract between extensions and - * the [hover](https://code.visualstudio.com/docs/editor/editingevolved#_hover)-feature. + * the [hover](https://code.visualstudio.com/docs/editor/intellisense)-feature. */ export interface HoverProvider { /** @@ -323,7 +323,7 @@ export interface SignatureHelp { } /** * The signature help provider interface defines the contract between extensions and - * the [parameter hints](https://code.visualstudio.com/docs/editor/editingevolved#_parameter-hints)-feature. + * the [parameter hints](https://code.visualstudio.com/docs/editor/intellisense)-feature. */ export interface SignatureHelpProvider { diff --git a/src/vs/monaco.d.ts b/src/vs/monaco.d.ts index 327d17e181a2347789c63c43fbee5d5d75e76ee3..be3a31eff5d57c9991dc810d414f0f5f90fae343 100644 --- a/src/vs/monaco.d.ts +++ b/src/vs/monaco.d.ts @@ -4178,7 +4178,7 @@ declare module monaco.languages { * and `${3:foo}`. `$0` defines the final tab stop, it defaults to * the end of the snippet. Variables are defined with `$name` and * `${name:default value}`. The full snippet syntax is documented - * [here](http://code.visualstudio.com/docs/customization/userdefinedsnippets#_creating-your-own-snippets). + * [here](http://code.visualstudio.com/docs/editor/userdefinedsnippets#_creating-your-own-snippets). */ export interface SnippetString { /** @@ -4271,7 +4271,7 @@ declare module monaco.languages { /** * The completion item provider interface defines the contract between extensions and - * the [IntelliSense](https://code.visualstudio.com/docs/editor/editingevolved#_intellisense). + * the [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense). * * When computing *complete* completion items is expensive, providers can optionally implement * the `resolveCompletionItem`-function. In that case it is enough to return completion @@ -4506,7 +4506,7 @@ declare module monaco.languages { /** * The hover provider interface defines the contract between extensions and - * the [hover](https://code.visualstudio.com/docs/editor/editingevolved#_hover)-feature. + * the [hover](https://code.visualstudio.com/docs/editor/intellisense)-feature. */ export interface HoverProvider { /** @@ -4586,7 +4586,7 @@ declare module monaco.languages { /** * The signature help provider interface defines the contract between extensions and - * the [parameter hints](https://code.visualstudio.com/docs/editor/editingevolved#_parameter-hints)-feature. + * the [parameter hints](https://code.visualstudio.com/docs/editor/intellisense)-feature. */ export interface SignatureHelpProvider { signatureHelpTriggerCharacters: string[]; diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 60a69f8af0f778c85267e3bd4cbf9c79d21a867b..e7bcff29e932920520e219294e03d9af96ea4a51 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -1753,7 +1753,7 @@ declare module 'vscode' { /** * The hover provider interface defines the contract between extensions and - * the [hover](https://code.visualstudio.com/docs/editor/editingevolved#_hover)-feature. + * the [hover](https://code.visualstudio.com/docs/editor/intellisense)-feature. */ export interface HoverProvider { @@ -1918,7 +1918,7 @@ declare module 'vscode' { /** * The document symbol provider interface defines the contract between extensions and - * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_goto-symbol)-feature. + * the [go to symbol](https://code.visualstudio.com/docs/editor/editingevolved#_go-to-symbol)-feature. */ export interface DocumentSymbolProvider { @@ -2124,7 +2124,7 @@ declare module 'vscode' { * and `${3:foo}`. `$0` defines the final tab stop, it defaults to * the end of the snippet. Variables are defined with `$name` and * `${name:default value}`. The full snippet syntax is documented - * [here](http://code.visualstudio.com/docs/customization/userdefinedsnippets#_creating-your-own-snippets). + * [here](http://code.visualstudio.com/docs/editor/userdefinedsnippets#_creating-your-own-snippets). */ export class SnippetString { @@ -2369,7 +2369,7 @@ declare module 'vscode' { /** * The signature help provider interface defines the contract between extensions and - * the [parameter hints](https://code.visualstudio.com/docs/editor/editingevolved#_parameter-hints)-feature. + * the [parameter hints](https://code.visualstudio.com/docs/editor/intellisense)-feature. */ export interface SignatureHelpProvider { @@ -2559,7 +2559,7 @@ declare module 'vscode' { /** * The completion item provider interface defines the contract between extensions and - * [IntelliSense](https://code.visualstudio.com/docs/editor/editingevolved#_intellisense). + * [IntelliSense](https://code.visualstudio.com/docs/editor/intellisense). * * When computing *complete* completion items is expensive, providers can optionally implement * the `resolveCompletionItem`-function. In that case it is enough to return completion @@ -3456,9 +3456,9 @@ declare module 'vscode' { * can be executed [manually](#commands.executeCommand) or from a UI gesture. Those are: * * * palette - Use the `commands`-section in `package.json` to make a command show in - * the [command palette](https://code.visualstudio.com/docs/editor/codebasics#_command-palette). + * the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette). * * keybinding - Use the `keybindings`-section in `package.json` to enable - * [keybindings](https://code.visualstudio.com/docs/customization/keybindings#_customizing-shortcuts) + * [keybindings](https://code.visualstudio.com/docs/getstarted/keybindings#_customizing-shortcuts) * for your extension. * * Commands from other extensions and from the editor itself are accessible to an extension. However, diff --git a/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/vs_code_editor_walkthrough.md b/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/vs_code_editor_walkthrough.md index 35b00faceaa0affdcf1d98a4c6e68515c53c05d3..b311703b479e9b9f0c364f8e36ee554e5e07e374 100644 --- a/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/vs_code_editor_walkthrough.md +++ b/src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/vs_code_editor_walkthrough.md @@ -155,7 +155,7 @@ ul>li.item$*5 ## Thanks! -Well if you have got this far then you will have touched on some of the editing features in Visual Studio Code. But don't stop now :) We have lots of additional [documentation](https://code.visualstudio.com/docs) and [introductory videos](https://code.visualstudio.com/docs/introvideos/overview) for the product that will help you learn how to use it. And while you are here, here are a few additional things you can try: +Well if you have got this far then you will have touched on some of the editing features in Visual Studio Code. But don't stop now :) We have lots of additional [documentation](https://code.visualstudio.com/docs) and [introductory videos](https://code.visualstudio.com/docs/getstarted/introvideos) for the product that will help you learn how to use it. And while you are here, here are a few additional things you can try: - Open the Integrated Terminal by pressing kb(workbench.action.terminal.toggleTerminal) then see what's possible by [reviewing the terminal documentation](https://code.visualstudio.com/docs/editor/integrated-terminal) - Work with version control by pressing kb(workbench.view.git)kb(workbench.view.scm) understand how to stage, commit, change branches, and view diffs and more by reviewing the [version control documentation](https://code.visualstudio.com/docs/editor/versioncontrol) - Browse thousands of extensions in our integrated gallery by pressing with kb(workbench.view.extensions) the [documentation](https://code.visualstudio.com/docs/editor/extension-gallery) will show you how to see the most popular extensions, disable installed ones and more.