Active rename – Atom package
Suggests you rename identifiers on each line and all, when you edited a line.
Lexical analysis
Active-rename uses lexical analyzer on node.js (forked from lex-bnf).
Supports
- identifiers (a-z A-Z 0-9 _ $)
- exclude symbols
- exclude string literals ("" '' ``)
- template literals (Javascript)
- formatted string literals (Python)
- string interpolation (C#)