Skip to content

Releases: processing/processing-vscode-extension

1.0.5

28 Aug 12:41
Compare
Choose a tag to compare

Full Changelog: 1.0.4...1.0.5

1.0.4

28 Aug 11:48
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

1.0.3

28 Aug 11:10
Compare
Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

1.0.2

28 Aug 10:33
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

1.0.1

28 Aug 07:50
Compare
Choose a tag to compare

What's Changed

  • Added VSCode-style logo svg by @SableRaf in #1
  • Updated logo icons by @SableRaf in #2
  • Clean up SVGs and update icons in package.json by @SableRaf in #3
  • Add README, LICENSE, and BUILD files by @SableRaf in #6
  • Add screenshot to the README by @SableRaf in #7
  • Update README to note third-party library class recognition issue by @SableRaf in #10

New Contributors

Full Changelog: latest...1.0.1

Processing VSCode Extension Proof Of Concept

16 May 21:28
Compare
Choose a tag to compare

This is a pre-release of a Processing for VS Code extension.

Download the supported preview version of Processing from https://github.com/Stefterv/processing4/releases/tag/processing-1376-4.4.76

Make sure you run the preview version of Processing (4.4.74) at least once before using the extension!

Troubleshooting

  • Make sure to uninstall other Processing plugins as they might not be inter compatible.

This extension is not yet available in the Visual Studio Marketplace. Download the VSIX file and install it manually in Visual Studio Code.
To install the VSIX file, open Visual Studio Code and go to the Extensions view (Ctrl+Shift+X). Click on the three-dot menu in the top right corner and select "Install from VSIX...". Choose the downloaded file and click "Open". The extension will be installed and ready to use.

Functionality

  • Language Server Support, have the IDE give you suggestions on your code.
  • Easy to use, no more need to point VSCode to where Processing is installed.
  • Syntax Highlighting, only with the Java Formatting for now but soon with also the Processing Constants added.
  • Play/Stop buttons, run Processing sketches from VSCode with ease.

Current computability tested:

  • Linux x64
  • Windows x64
  • macOS ARM

Know issues

  • Snap on Windows WSL not supported yet
  • Snap on Linux probably not supported either

💙 Enjoy 💙