In Johnny’s Luau Language Server plugin for VSC:
Is it possible to customize Imports…
… so that:
- 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?
- Services and Imports (i.e. Module references) appear below a custom comment if found, such as
-- LOCAL
in my case, as opposed to--!strict
?