Floating button within code editor opens popover where user selects a component and an import statement is generated. User can click insert to insert it directly into their editor.
Added utility function to generate a JS identifier for import statement given the component's display name - added unit tests
Another function to help locate where exactly to insert the import statement depending on whether it is the first and only import statement or if there are already import statements in the code