Adrien5902 / Adriens-code

My vscode extension 🧰

Home Page:https://marketplace.visualstudio.com/items?itemName=Adrien5902.adrien-s-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adrien's code VS Code Extension

A VS Code extension with all the features I wanted 🤩

Features

Change Surrounding

Default keybind: "Ctrl+Shift+Q"

Changes the surrounding (), {}, [] to anything you input No need to select anything

Delete Surroundings

Default keybind: "Ctrl+Shift+A"

Same as the last one but deletes instead of changing

Big comments

Default keybind: "Ctrl+Shift+:"

Adds a big comment looking like that (any common language is supported) :

/////////////////////////////////////////
//This is a very big JavaScript comment//
/////////////////////////////////////////
###################################
#This is a very big Python comment#
###################################

Flex Cheat

Flex-Cheat

Change Surrounding

Default keybind: "Ctrl+Shift+J"

Cycles between ", ', ` quotes

Requirements

None

Extension Settings

You can customize keybinds

Known Issues

None at this moment

Enjoy! 🤩

About

My vscode extension 🧰

https://marketplace.visualstudio.com/items?itemName=Adrien5902.adrien-s-code

License:MIT License


Languages

Language:TypeScript 100.0%