This intention allows you to replace a subshell command with the equivalent, but legacy, backquote command. $(echo)
becomes `echo`
.
Valid context
This intention is available on all subshell commands $(...)
.
This intention allows you to replace a subshell command with the equivalent, but legacy, backquote command. $(echo)
becomes `echo`
.
This intention is available on all subshell commands $(...)
.