Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luqmanoop/1loc-vscode
VSCode extension for common JavaScript utilities in one line of code!
https://github.com/luqmanoop/1loc-vscode
1loc javascript snippets vscode-extension
Last synced: 3 months ago
JSON representation
VSCode extension for common JavaScript utilities in one line of code!
- Host: GitHub
- URL: https://github.com/luqmanoop/1loc-vscode
- Owner: luqmanoop
- Created: 2021-11-21T20:16:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T23:17:58.000Z (about 3 years ago)
- Last Synced: 2024-08-18T19:22:32.944Z (5 months ago)
- Topics: 1loc, javascript, snippets, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 5.92 MB
- Stars: 26
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 1loc-vscode
> VSCode extension for JavaScript utilities in one line of code (loc)!
## Install
Install the extension from the [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=codeshifu.1loc)## Motivation
Time flies finding the snippets I want on the [1loc](https://1loc.dev) website. This was an attempt to make it easily accessible to have all snippets at my fingertips in the [code editor](https://code.visualstudio.com/) I (& millions of developers) use every day. This project was originally forked from [1loc](https://github.com/1milligram/1loc)
## Run it locally
```bash
git clone [email protected]:codeshifu/1loc-vscode.gitcd 1loc-vscode
yarn install
yarn dev
```Generated snippets can be found in `extension/snippets` folder
## Packaging
You should have `vsce` installed globally
```bash
yarn global add vsce
# or
npm install -g vsce
```then run in the root dir i.e. `1loc-vscode`
```bash
yarn package
```## Author
## Support
Please consider supporting me by subscribing to my [YouTube channel](https://www.youtube.com/channel/UCEJVuahEIFCjDSqSzOaZ7yg) 🙏🏽## License
This project is licensed under
[MIT](https://github.com/codeshifu/1loc-vscode/blob/main/extension/license.md)