[FEATURE] Allow code snippet formatting in VS Code chat prompts

Resolved 💬 2 comments Opened Mar 5, 2026 by gespinha Closed Apr 3, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

When writing a prompt in VS Code, I'd like to be able to wrap my code snippets in backticks to have it styled like code.

Proposed Solution

When writing code snippets in my prompts in the VS Code extension, I'd like to be able to wrap my code in backticks to have it formatted as code:

const obj = {}

Should display it as a code formatted string.

const obj = {}

Should display it as a multi-line code block

Alternative Solutions

_No response_

Priority

High - Significant impact on productivity

Feature Category

Other

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗