You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that the plugin takes away imports if the type is on the same line as a URL (like "http://myURL" MyDataType, and MyDataType import is taken away).
I think we could make a change to this:
'\v(//.*)@<!<' . s . '>', on line 50.
to make it work. Maybe just exclude comments that are proceeded by a quotation mark. But maybe that's not rigorous enough and we should check for the close quote too.
The text was updated successfully, but these errors were encountered:
Noticed that the plugin takes away imports if the type is on the same line as a URL (like "http://myURL" MyDataType, and MyDataType import is taken away).
I think we could make a change to this:
'\v(//.*)@<!<' . s . '>', on line 50.
to make it work. Maybe just exclude comments that are proceeded by a quotation mark. But maybe that's not rigorous enough and we should check for the close quote too.
The text was updated successfully, but these errors were encountered: