Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/assists.md')
| -rw-r--r-- | docs/book/src/assists.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/book/src/assists.md b/docs/book/src/assists.md new file mode 100644 index 0000000000..9d7c3bc1d5 --- /dev/null +++ b/docs/book/src/assists.md @@ -0,0 +1,8 @@ +# Assists + +Assists, or code actions, are small local refactorings, available in a +particular context. They are usually triggered by a shortcut or by +clicking a light bulb icon in the editor. Cursor position or selection +is signified by `┃` character. + +{{#include assists_generated.md:2:}} |