With Ctrl+Alt+V, I can quickly extract a selection into a variable. If more than one occurrence of the selected expression is found, then Intellij can replace all occurrence with this new variable.
I think technical writers could really benefit from this feature.
Example:
= Title
== Links
* http://asciidoctor.org/docs/user-manual/[User manual]
* http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[Quick reference]
One of my favorite feature in Intellij IDEA is the "extract variable" quick action: https://www.jetbrains.com/help/idea/2016.1/extract-variable.html
With
Ctrl+Alt+V
, I can quickly extract a selection into a variable. If more than one occurrence of the selected expression is found, then Intellij can replace all occurrence with this new variable.I think technical writers could really benefit from this feature. Example:
Ctrl+Alt+V
uri-asciidoctor-docs
I don't know if this kind of feature should be implemented here, in the Atom preview package, in a new Atom package... ?