An open API service indexing awesome lists of open source software.

https://github.com/languagexange/vscode

Demo VS Code Plugin
https://github.com/languagexange/vscode

vscode-extension

Last synced: about 1 year ago
JSON representation

Demo VS Code Plugin

Awesome Lists containing this project

README

          

#### Version 0.0.4

Initial release of ZTM Blog Post Search Extension

**Enjoy Reading ZTM Blog Posts!**

#### Notes:

1. The name of your VS code extension is defined in `"displayName": "XXXXXX"` inside `package.json` file
2. Every time you make any updates and want to republish your VS code extension, please remember to change the ` "version": "X.X.X"` in `package.json` file
3. The folder structure might look really daunting at first, but it's just JavaScript! The most important file is the `extension.js` (where all the magic happens!) I highly recommend you check out the links below!

#### Useful links to help you get started:

- [Your First Extension](https://code.visualstudio.com/api/get-started/your-first-extension)
- [How to Publish Extension](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
- [3 Hour YT Tutorial By Ben Awad](https://www.youtube.com/watch?v=a5DX5pQ9p5M)
- [25 Min YT Tutorial By Web Dev Simplified](https://www.youtube.com/watch?v=q5V4T3o3CXE)

#### JavaScript Reference

- [Async function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)
- [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)

Happy Coding! :)