Skip to content

This is a Visual Studio Code extension made as a helping tool for development with p5.js. It includes many of the great VS Code editor features such as snippets, commands and syntax documentation.

License

Notifications You must be signed in to change notification settings

Dmkk01/p5-dev-tools

Repository files navigation

License: MIT vsm-version vsm-downloads vsm-installs vsm-rating vsm-stars

p5.js Dev Tools for Visual Studio Code

This extension puts handy shortcuts and abbreviated p5 documentation right at your fingertips as you write p5.js in Visual Studio Code. All of the documentation is based on the references provided by p5.js.

Features

Commands

Open VS Code command palette (F1 key) and type:

  • Create a standard p5.js project This command allows to create a local or hosted version of a p5.js project that include index.html and sketch.js files.
  • Create a standard p5.js sound project This command allows to create a local or hosted version of p5.js and p5.js sound project that include index.html and sketch.js files.
  • Open p5.js online editor This command opens the online p5.js editor in your default browser

Snippets

The extension also has custom snippets. To use them, start typing p5-, for example, p5-blue would yield 0, 0, 255. It also includes references from the original p5 documentation. It allows for autocompletion as well as highlighting for more information about the value.

Release Notes

1.0.0

  • Complete the p5.js sound documentation references

0.4.0

  • Add original p5 documentation links on hover
  • Add a check for inserting classes

0.3.3

  • Add new command to open the p5.js online editor

Keeping in Touch

Bug reports, suggestions, and other contributions are cheerfully accepted. Please use the Issues page of the GitHub repository.

About

This is a Visual Studio Code extension made as a helping tool for development with p5.js. It includes many of the great VS Code editor features such as snippets, commands and syntax documentation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published