chore: Auto generate docs

remotes/origin/HEAD
chrisgrieser 2023-10-06 15:57:42 +00:00 committed by github-actions[bot]
parent ec447d08d9
commit 9c0182a33c
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ only place in the current working directory, so `.moveAndRenameFile` is the
only command that can move to a parent directory. - All commands support
|genghis-autocompletion-of-existing-directories|.
`renameFile` and `moveAndRenameFile` will notify any running LSP client about
the renaming. LSP servers supporting the `workspace/willRenameFiles` method can
use this information to update various code parts, for example `use` or
`import` statements.
FILE UTILITY COMMANDS ~