Closed LefterisJP closed 6 years ago
You can now get a gas estimate of the function under the cursor, by placing the curson on top of the function name and typing C-c C-g.
C-c C-g
You can change this default binding by modifying the keymap in your emacs init file
(define-key map (kbd "C-c C-g") 'solidity-estimate-gas-at-point)
You can now get a gas estimate of the function under the cursor, by placing the curson on top of the function name and typing
C-c C-g
.You can change this default binding by modifying the keymap in your emacs init file