Vscode extensions

date
Jul 10, 2024
slug
vscode-extensions
status
Published
tags
IDE
summary
These is an extensions recommended for vscode.
type
Post
This post will be updated with more extensions as they are found.

List of Extensions

 

1. CodeSnap

About codeSnap we can say that it is used to take screenshots of the code. It can be useful for easily sharing code snippets.
to use it you have to select your code and then use (Ctrl+Shift+P on Windows and Linux, Cmd+Shift+P on OS X) and search for CodeSnap.
notion image

2. Error Lens

Error Lens makes it easier to see and fix errors, warnings, and other language problems.
This is a great way to find and stop errors. Errors will not be ignored with this extension. "Errors and warnings are marked by highlighting the entire line and the accompanying online message."
notion image
 

3. Pretty TypeScript Errors

This extension shows you in a better way the errors that you may have when programming with typescript, attached are example photos.
Sample errors from Visual Studio Code:
notion image
Sample errors with the extension active:
notion image

4. Mintlify Doc Writer

Mintlify doc writer is an extension that helps with code documentation.

It supports the following programming languages:

  • Python
  • JavaScript
  • TypeScript
  • Archivos JSX y TSX
  • C y C++
  • PHP
  • Java
  • C#
  • Ruby
  • Rust
  • Dart
  • Go
More programming languages in development.

It supports the following compatible docstring formats:

  • JSDoc
  • reST
  • NumPy
  • DocBlock
  • Doxygen
  • Javadoc
  • GoDoc
  • XML
  • Google
More docstring formats in development.
Before / After
notion image