processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.36k stars 1.32k forks source link

Improved Autocomplete Hinter #3078

Open RandomGamingDev opened 5 months ago

RandomGamingDev commented 5 months ago

Increasing Access

This would make it easier to code in the p5.js editor, lessen the irritation of typos for beginners, as well as improving the quality of life for developers in general. This is because the current Autocomplete Hinter doesn't hint at variables, functions, or classes created by the user, and mostly just serves as (and this is a personal belief) a worse version of the p5.js documentation that clogs up the screen by covering code, and that doesn't show examples or explain how a function works.

Feature enhancement details

lindapaiste commented 5 months ago
  • Add an option to access the documentation for interacting with code belonging to p5.js

This should be the easiest one to implement, so probably a good starting point.

suprabhat15 commented 1 month ago
  • Add autocomplete hints for variables, functions, and classes
  • Add an option to access the documentation for interacting with code belonging to p5.js

Hints are available and Clicking on arrow redirects users to the docs of p5.js. So, as per the following image, these 2 features are implemented, right?

@RandomGamingDev @lindapaiste Please let me know if I am missing something here.

image
RandomGamingDev commented 1 month ago
  • Add autocomplete hints for variables, functions, and classes
  • Add an option to access the documentation for interacting with code belonging to p5.js

Hints are available and Clicking on arrow redirects users to the docs of p5.js. So, as per the following image, these 2 features are implemented, right?

@RandomGamingDev @lindapaiste Please let me know if I am missing something here.

image

No, because things like hinting for variables and functions created by the user or from other libraries aren't implemented yet

29deepanshutyagi commented 1 week ago

i want to work on this issue if it's still open @andrewn