BowlerHatLLC / vscode-as3mxml

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
https://as3mxml.com/
Apache License 2.0
257 stars 39 forks source link

Don't import class if its package is already imported with .* #653

Closed ylazy closed 1 year ago

ylazy commented 1 year ago

Hi!

The class MainContainer has already been imported in this line: import com.ylazy.display.*. So it shouldn't be imported after I select it from the code hint.

class-import-duplicate

Thanks!