Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ari doesnt like to repeat himselfNew to Visual Studio Code? Get it now.
ari doesnt like to repeat himself

ari doesnt like to repeat himself

Ari-Rexhaj

|
3 installs
| (0) | Free
the title
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ari doesnt like to repeat himself

This was written so I don't have to KEEP making these FOLDERS and FILES OVER AND OVER AGAIN

Features

Simply adds an option to your context menu (right click) that allows you to create a template that I personally use alot, heres a tree of what it looks like

It will prompt you for the name you want, in this case i wrote 'HeyThere'

HeyThere
├── HeyThere.jsx
└── HeyThere.module.scss

1 directory, 2 files

The folder is created in the location you opened the context menu.

The extension will open the jsx file for you, and it looks like this inside:

import styles from "./HeyThere.module.scss"

const HeyThere = () => {
  return (
    <div className={styles.HeyThereWrapper}>HeyThere</div>
  )
}

export default HeyThere

Similarly the scss file looks like this:

.HeyThereWrapper {

}

If you have a second editor open, it will open the scss file in that one.

And thats it, pretty simple stuff.

now with windows support!

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