now that the netitor includes hinting (auto complete) snippets/templates for a few popular creative code libraries, it would be great if there was improved edu-info when you double click on JS stuff related to these examples. Similar to how i improved object property/method info in this commit.
for example, for new THREE maybe we can check for the 'new' keyword && explain this is a class constructor && similarly mention that it's something they should look for docs for online.
test these updates with the diff JS lib template/snippets.
now that the netitor includes hinting (auto complete) snippets/templates for a few popular creative code libraries, it would be great if there was improved edu-info when you double click on JS stuff related to these examples. Similar to how i improved object property/method info in this commit.
for example, for
new THREEmaybe we can check for the 'new' keyword && explain this is a class constructor && similarly mention that it's something they should look for docs for online.test these updates with the diff JS lib template/snippets.