An open API service indexing awesome lists of open source software.

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)

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`.

![](/images/usage.gif)

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"