Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SnippetNoteNew to Visual Studio Code? Get it now.
SnippetNote

SnippetNote

siyi424

|
10 installs
| (0) | Free
SnippetNote is a VS Code extension designed to facilitate note-taking and exporting notes while learning project code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SnippetNote

SnippetNote is a VS Code extension designed to help you take notes and export them while learning project code.

Features

  • Select code snippets and generate explanations using GitHub Copilot.
  • Export code snippets and explanations to Markdown file.
  • Add and remove notes in an existing Markdown file with automatic numbering.

Installation

  1. Download and install Visual Studio Code.
  2. Open the command palette (press Ctrl+Shift+P).
  3. Type and select Extensions: Install from VSIX....
  4. Choose the generated .vsix file to install.

Usage

  1. Open a project in Visual Studio Code
  2. Select a piece of code.
  3. Right-click the selected code snippet and choose SnippetNote: Insert a new code snippet.
  4. Enter a title for the code snippet in the input box.
  5. Check the SnippetNotes.md file in the project root directory to ensure the code snippet and explanation are added in the expected format.

Following Extension Guidelines

Ensure that you've read through the extension guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For More Information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Contributing

Contributions are welcome! Please visit the GitHub repository for more information.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft