Support for managing imports #733
Labels
enhancement
New feature or request
subject: model validation
This issue is about validation of Rosetta models, such as the type system
subject: UI
This issue is about UI features, such as content assist, auto-completion, etc
Right now, managing imports is a manual process. E.g., if a modeller needs a symbol from another namespace, they will manually add an
import to.my.namespace.*
at the top of the file. This results in a series of issues:I would propose to add the following features:
Import symbol
action to automatically add an import to a symbol at the top of the file.Optimize imports
action.The
Optimize imports
action would do the following:drr.foo
is a different group fromcdm.foo
, but the same asdrr.bar
)Related: (resolving these issues will also help with managing imports)
Couldn't resolve reference to ...
#486The text was updated successfully, but these errors were encountered: