v0.3.0
Pre-release
Pre-release
Features
- Rename VS Code commands to be shorter and more concise.
Copy Snippet Without Leading Indentation
is nowCopy Snippet
Copy Snippet Without Leading Indentation as Markdown Code Block
is nowCopy Snippet as Markdown Code Block
- Improve configuration options for Markdown code blocks
- Add
markdownCodeBlock.includeLanguageIdentifier
configuration option for Markdown block behavior. This replacessnippet-copy.addLanguageIdentifierToMarkdownBlock
. - Allows to set whether Markdown blocks should always include the language identifier which allows for syntax highlighting in some tools (for example github.com) but is not compatible with others (for example Slack).
- The default is "
prompt
" which makes the extension always prompt when using the "Copy Snippet as Markdown Code Block" command.
- Add
- Add configuration setting to convert tabs to spaces when copying snippet. Additionally allows to configure the tab size for the conversion.