Interactive scratchpad calculator for VS Code
Mathpad is a small extension for Visual Studio Code that turns a Markdown editor into an interactive scratchpad calculator.
I created this because I couldn’t find a good notebook calculator that I liked that
I already have Visual Studio Code installed on all my computers and use it for lots of text editing purposes, so I decided to make it also my calculator using this extension.
x = 42
and referenced on any line below it.f(x) = 42 / x
and referenced on any line below it.Much more is available as math expressions, which are powered by Math.js. Check out the Math.js documentation for even more examples of what sorts of expressions can be evaluated.
There’s a lot more neat ideas that could be implemented, including:
This project’s source code and documentation is licensed under the MIT license. See the LICENSE file for details.