antiboredom / p5.vscode

A VS Code extension to generate new p5.js project files.
Other
56 stars 16 forks source link

Turn Autocomplete and Documentation off? #33

Closed hansteg closed 2 years ago

hansteg commented 2 years ago

Hi,

how can I turn "Autocompletion and documentation for p5 keywords & functions using TypeScript definitions" off? I meanwhile turned off as much as I can including Intellisense, but these large distracting windows are still popping up (see attachment). Thanks!

Hans

Screen Shot 2021-10-19 at 23 20 08

antiboredom commented 2 years ago

Hi - you can disable this in vscode by disabling the "Parameter Hints" setting. Alternatively you can remove the jsconfig.json file from your projects.

image
hansteg commented 2 years ago

oh I see. The problem is elsewhere then, as I sent this questions because unchecking "parameter hints" did not help. ;-(

I thought it may have had something to do specifically with this extension. I'll see what I can find out!

Thanks, Hans