Visual Studio Code Extension

I have been working on a new visual studio code extension for Corona.

  1. It is not complete. I just have a few methods completely done. Mostly Audio since I started alphabetically.

  2. It is not in the market place but once it is more complete, I plan to add it.

What it does:

  1. Code help/completion for the methods and properties that have been finished.

  2. A subset of those have descriptions that I copy and pasted from the online documentation.

How to install:

  1. Download from github in zip format:

https://github.com/agramonte/CoronaHelper/

  1. Copy the entire unzip folder to your extension folder for visual studio code.

On a mac it is located here:

/Users/<yourUsername>/.vscode/extensions/

For those that want to see what it looks like, I have included a picture. If you want to contribute look at the snippets file and add whatever you want within reason and send me back the dif file. No need to add any lua libraries because there are already multiple lua helper files.