A powerful and easy-to-use Scientific Calculator right inside your Visual Studio Code!
No need to switch between apps — calculate directly in your editor. 🚀
🧑🔬 Scientific functions: sin, cos, tan, log, sqrt, etc
⌨️ Keyboard shortcuts for faster input
🖥️ Side panel integration (no need to open a new tab)
🎨 Clean interface designed for productivity
⚡ Works directly inside VS Code, lightweight and fast
📸 Preview
🎮 Usage
Open the calculator panel from the Activity Bar on the left 📐
Type your expression and hit Enter
Use scientific functions just like in a normal calculator:
sin(45)
log(100)
sqrt(25)
5!
💡 Future Ideas
📊 History of calculations
🎨 Custom themes for the calculator
⌨️ Configurable hotkeys
🧩 More advanced math functions
🛠️ Development
If you want to build and run the extension locally:
# Clone the repo
git clone https://github.com/dheovani/calculator.git
# Navigate into the folder
cd calculator
# Install dependencies
npm install
# Compile the extension in VS Code
npm run compile
Then press F5 in VS Code to open a new Extension Development Host with the calculator loaded.
📢 Feedback
If you have any feedback or questions, feel free to reach out.
🤝 Contributing
Contributions are welcome! 🎉
If you’d like to improve the calculator, feel free to fork the repo and send a pull request.