https://github.com/ueno-llc/ueno-code-menu
Ueno's menu in VSCode
https://github.com/ueno-llc/ueno-code-menu
Last synced: 28 days ago
JSON representation
Ueno's menu in VSCode
- Host: GitHub
- URL: https://github.com/ueno-llc/ueno-code-menu
- Owner: ueno-llc
- Archived: true
- Created: 2017-10-16T15:48:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T16:15:17.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T15:39:00.594Z (about 1 month ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 8
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome - ueno-code-menu - Ueno's menu in VSCode (TypeScript)
README
[](https://ueno.co/?utm_source=github&utm_campaign=ueno-code-menu)

[](https://ueno.co/contact/?utm_source=github&utm_campaign=ueno-code-menu)## ueno-code-menu

- Adds new component menu in file explorer.
- React and React Native support.
- TypeScript, SCSS, SASS, LESS, and Stylus extensions.Download on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ueno.ueno-code-menu)
## Options
### `UCM.directory`
Define in which directory components are created when using the extension with the command panel.
Default: `UCM.directory: src/components`
### `UCM.platform`
Define with which stack TypeScript files are created, either `react` or `react-native`.
Default: `UCM.platform: react`
### `UCM.styles`
Define which styles files are used, either `scss`, `less`, `sass`, `css` or `none`.
Default: `UCM.styles: scss`