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