AvinZarlez / processing-vscode

A Visual Studio Code extension for the programming language Processing
https://marketplace.visualstudio.com/items?itemName=Tobiah.language-pde
MIT License
177 stars 25 forks source link

use p5js for docs #70

Closed brianmcfadden closed 5 years ago

brianmcfadden commented 5 years ago

IMO, p5js shows better docs than the google search, and the p5js url used here will go straight to the docs instead of having google as an intermediary. Is this change cool with you?

AvinZarlez commented 5 years ago

The p5js docs do seem to be good. But I don't know if it has Processing's blessing as "official" documentation?

Doesn't seem like a hard fix to enhance this a bit further and make it so people have the option they can set in the settings for which website they'd like to search.

I also have to do some work to figure out why the build is failing for my autodeployment, so may take me a bit to get that ready since I don't have a lot of free coding time.

To Do for this:

brianmcfadden commented 5 years ago

OK, so I did the easy parts:

.. and a little bit of

The ReadMe should be easy, but no guarantees on the deployment problems. You might be on your own on that one.

AvinZarlez commented 5 years ago

I merged your code into my Update-1.4 branch.

However, I also changed a few things:

Thanks for your help / contributions!!! I'm finishing up 1.4 update now.

Closing this PR, as I merged this code already in my other branch.