StringManipulation icon indicating copy to clipboard operation
StringManipulation copied to clipboard

Feature request: Evaluate arithmetic expression

Open jaredkhan opened this issue 6 years ago • 1 comments

For each caret: Take the entire selection as a string or the current line if no selection Strip out all whitespace from that string Evaluate that string as an arithmetic expression (supporting + - * / ( and )) if the evaluation succeeds replace the caret selection (or the line if no selection) with the numeric result of the evaluation

jaredkhan avatar Feb 07 '20 16:02 jaredkhan

It seems you already done it https://github.com/jaredkhan/IntelliJEvaluateArithmetic

krasa avatar Apr 16 '20 01:04 krasa