Highlights
- Share code snippets with your team
- Recommend changes to code directly from chat
- Sync your changes with source control directly from chat
Send code snippets
Inline Code
Keyboard shortcuts
Keyboard shortcuts
Type the
` symbol followed by the code you want to send.` symbol followed by the code you want to send. Close the inline code by typing the ` symbol again.
Code Blocks
Keyboard shortcuts
Keyboard shortcuts
Type the
``` symbol followed by the code you want to send.``` symbol followed by the code you want to send. Close the code block by typing the ``` symbol again.
After typing the ``` symbol, you can also specify the language of the code block - note that Dimension will attempt to automatically detect the language of the code block if not explicitly specified.
You can specify the language for the a code block like so: ```js - this will highlight the code block with the JavaScript language.
Recommend changes
Recommend changes to code shared by others directly from chat.Keyboard shortcuts
Keyboard shortcuts
Hover over the code snippet you want to recommend changes to and use
S to recommend changes.
