We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65a61f commit 7c8c90dCopy full SHA for 7c8c90d
docs/user/features.rst
@@ -4,8 +4,11 @@ Features
4
Creation of a New Snippet
5
-------------------------
6
7
-- Right click and save highlighted code (lines of code)
8
-- Drag cell into panel to save (lines of code)
+- Highlight code and right click to save as code snippet
+- Right click cell and save all code within cell as code snippet
9
+- Select multiple cells and right click to merge code across cells and save as one code snippet
10
+- Select one or more cells and use keyboard shortcut (ctrl-shift-A or cmd-shift-A) to save as code snippet
11
+- Drag cell into snippets panel to save as code snippet
12
.. image:: ../../Design/add_snippet.png
13
14
- Plus button to create a new snippet from scratch
0 commit comments