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.
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.