intersects
Checks if this code action kind intersects other
.
The kind "refactor.extract"
for example intersects refactor
, "refactor.extract"
and "refactor.extract.function"
, but not "unicorn.refactor.extract"
, or "refactor.extractAll"
.
Parameters
other
Kind to check.