Skip to content

Commit 85727f0

Browse files
committed
update README
Signed-off-by: Luke-zhang-04 <[email protected]>
1 parent 89ed446 commit 85727f0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ Note: You should probably uninstall the old extension as the syntax highlighting
1717

1818
This extension does not allow you to debug Java or Processing projects. It also doesn't include any sort of intellisense.
1919

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+
2032
## Feature list
2133

2234
### Syntax highlighting
@@ -45,6 +57,10 @@ Use the pallet command "Processing: Open Documentation for Selection" to open th
4557

4658
By default uses processing.org's documentation. Can change to p5js's if preferred using the `processing.docs` setting.
4759

60+
## Command: Run
61+
62+
Runs the current processing project (from current working directory). Also includes a run button in the editor menu
63+
4864
## Command: Search Processing Website
4965

5066
Use the pallet command "Processing: Search Processing Website" to quickly search whatever you want on the processing website.

0 commit comments

Comments
 (0)