You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,18 @@ Note: You should probably uninstall the old extension as the syntax highlighting
17
17
18
18
This extension does not allow you to debug Java or Processing projects. It also doesn't include any sort of intellisense.
19
19
20
+
## Why the fork?
21
+
22
+
The [original extension](https://github.com/TobiahZ/processing-vscode) was missing some features that I wanted and it seemed as if the repo was no longer being maintained. So, forked the extension and changed some things.
23
+
24
+
- Better syntax highlighting (thanks to [Red Hat](https://github.com/redhat-developer/vscode-java/blob/master/syntaxes/java.tmLanguage.json))
25
+
- Documentation on hover
26
+
- A run button
27
+
- Simple diagnostics
28
+
- Strings are auto closing and surrounding
29
+
30
+
See the [CHANGELOG](https://github.com/Luke-zhang-04/processing-vscode/blob/main/CHANGELOG.md) for all changes
31
+
20
32
## Feature list
21
33
22
34
### Syntax highlighting
@@ -45,6 +57,10 @@ Use the pallet command "Processing: Open Documentation for Selection" to open th
45
57
46
58
By default uses processing.org's documentation. Can change to p5js's if preferred using the `processing.docs` setting.
47
59
60
+
## Command: Run
61
+
62
+
Runs the current processing project (from current working directory). Also includes a run button in the editor menu
63
+
48
64
## Command: Search Processing Website
49
65
50
66
Use the pallet command "Processing: Search Processing Website" to quickly search whatever you want on the processing website.
0 commit comments