Customizing the behaviour of auto-import in Luau Language Server

In Johnny’s Luau Language Server plugin for VSC:

Is it possible to customize Imports…

… so that:

  1. Auto-import pathways automatically utilize local variables (such as ‘main’ in this example), so that indexing looks cleaner, especially when requiring more than one item from the same container?

  1. Services and Imports (i.e. Module references) appear below a custom comment if found, such as -- LOCAL in my case, as opposed to --!strict?