https://github.com/taraflex/brackets-inline-calculator
Brackets plugin for performing quick inline calculations with a simple keypress (Alt+C)
https://github.com/taraflex/brackets-inline-calculator
Last synced: about 2 months ago
JSON representation
Brackets plugin for performing quick inline calculations with a simple keypress (Alt+C)
- Host: GitHub
- URL: https://github.com/taraflex/brackets-inline-calculator
- Owner: Taraflex
- License: unlicense
- Created: 2015-10-03T01:12:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T09:21:51.000Z (about 2 years ago)
- Last Synced: 2025-03-25T20:33:32.614Z (2 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Inline Calculator
================Inline Calculator is a plugin for Brackets which lets you do inline calculations with a few keypresses.
All you need to do is select the mathematical expression and press `Alt+C`.
Configuration
----------------
By default, Inline Calculator rounds the result down to two decimals. However, you can specify the number of decimals you would like in the preferences file. Only create property `"inline-calc.precision": (the number of decimals)` in the root of the settings tree.
If you want to change the default keybinding, add a new keybinding with command `"inline-calc"`.
Example:
"Ctrl-D": "inline-calc"