nortakales / vs-code-qalc

Interactive scratchpad calculator for VS Code
MIT License
70 stars 2 forks source link

Autocomplete for available functions #37

Open xPaw opened 2 months ago

xPaw commented 2 months ago

For example sqrt: image

This would allow discovering functions which are actually available to be used, and which parameters they may take.

speedcrunch does this for example: image

nortakales commented 1 month ago

This is a great idea, can't believe I hadn't thought of this