Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hankhsu1996/vscode-inline-calculator
Inline calculator is a VS Code extension that allows you to evaluate math expressions in your text editor.
https://github.com/hankhsu1996/vscode-inline-calculator
calculator vscode vscode-extension
Last synced: about 16 hours ago
JSON representation
Inline calculator is a VS Code extension that allows you to evaluate math expressions in your text editor.
- Host: GitHub
- URL: https://github.com/hankhsu1996/vscode-inline-calculator
- Owner: hankhsu1996
- License: mit
- Created: 2022-11-12T05:42:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T07:34:18.000Z (about 2 years ago)
- Last Synced: 2023-10-20T09:45:17.652Z (about 1 year ago)
- Topics: calculator, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Inline Calculator
Inline calculator is a VS Code extension that allows you to evaluate math expressions in your text editor.
## Features
- Evaluate simple math expressions in your code and provide the result as a code completion
- Supports hex, binary, and octal numbers
- Support big numbers## About the Icon
Calculator icons created by Freepik - Flaticon
## License
[MIT](https://choosealicense.com/licenses/mit/)