gopi-suvanam / scribbler

Scribbler - JavaScript Notebook Tool for experimenting in JavaScript. Runs in the browser without a backend. Discord server: https://discord.gg/uxNSsWunwU
https://scribbler.live
MIT License
67 stars 7 forks source link

Display information on function or libraries #13

Open purplemonk opened 11 months ago

purplemonk commented 11 months ago

I would like small drop-down come giving me options to pick the function along with function arguments. this should display in line will the user if writing done by the cursor.

This gives the user to implement richer functions into the notebook while understanding and learning the libraries.

gopi-suvanam commented 11 months ago

This has been implemented.. to get this either press Ctrl-Space.. or press . after the vairable..

gopi-suvanam commented 11 months ago

function arguments are not displayed at the moment only names of variables/properties are listed. so keeping the issue open to work on it later.