wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

Don't show lightbulb when closing tag is not found #107

Closed Dogacel closed 4 years ago

Dogacel commented 4 years ago

If there is no selected text or selected a fraction of the code, the extension should not show the lightbulb. Because it makes no sense to export single line or partial of a piece of code.

borislit commented 4 years ago

Hey @Dogacel. Can you please elaborate? You mean the lightbulp appears event if no open + close is connected? Can you provide a code sample or a gif/video?