Skip to content

Commit 0fdb904

Browse files
authored
Merge pull request #234420 from sdgilley/sdg-for-main
add command palette
2 parents 9633531 + 170aa5a commit 0fdb904

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

articles/machine-learning/how-to-manage-files.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ To create a new file in a different folder:
5050
> [!IMPORTANT]
5151
> Content in notebooks and scripts can potentially read data from your sessions and access data without your organization in Azure. Only load files from trusted sources. For more information, see [Secure code best practices](concept-secure-code-best-practice.md#azure-machine-learning-studio-notebooks).
5252
53+
## Customize your file editing experience
54+
55+
In the Azure Machine Learning studio file editor, you can customize your editing experience with Command Palette and relevant keyboard shortcuts. When you invoke the Command Palette, you will see a selectable list of many options to customize your editing experience.
56+
57+
:::image type="content" source="media/how-to-manage-files/command-palette.png" alt-text="Screenshot shows command palette in file editor.":::
58+
59+
To invoke the Command Palette on a file, either use **F1** or right-select anywhere in the editing space and select **Command Palette** from the menu.
60+
61+
For example, choose "Indent using spaces" if you want your editor to auto-indent with spaces instead of tabs. Take a few moments to explore the different options you have in the Command Palette.
62+
63+
5364
## Manage files with Git
5465

5566
[Use a compute instance terminal](how-to-access-terminal.md#git) to clone and manage Git repositories. To integrate Git with your Azure Machine Learning workspace, see [Git integration for Azure Machine Learning](concept-train-model-git-integration.md).
115 KB
Loading

0 commit comments

Comments
 (0)