this post was submitted on 02 May 2024
10 points (85.7% liked)

VS Code

758 readers
15 users here now

founded 1 year ago
MODERATORS
 
  • Preview Markdown images & videos - Hover over a link to preview images & videos in Markdown.
  • Enhanced branch switching - Restore open editors seamlessly when switching between branches.
  • Middle-click paste support - Paste text quickly in the terminal using a mouse middle-click.
  • WSL over Remote - SSH - Use WSL when connected to a remote machine via Remote - SSH.
  • Accessible View - Navigate through comments, chat code blocks & terminal commands from the Accessible View.
  • Keyboard shortcuts for UI actions - Customize keybindings for UI actions directly with a right-click.
  • Quick Search - Search for text across your workspace with Quick Search.
  • AI-powered rename suggestions - Get intelligent rename suggestions in the editor with Copilot.
  • Copilot content exclusion - Exclude files from being used in the Copilot context.
  • Local workspace extension - Include and install extensions directly in your workspace.
top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 4 months ago (1 children)

Local workspace extensions

This one will be useful for when I'm coding inside a docker container that only has a presistant workspace.

nice update, reminded me that I have no binding action for middle button clicking 😱

[–] [email protected] 3 points 4 months ago

Well that’s cool. Sounds like the workspace extensions are inspired by the tools.go pattern. Something that I recommend any go developer dig into!