You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be an option in the node's context menu (RMB) to assign this node to a library. After doing so:
* The node's source code should be automatically refactored to the library's source code.
* In case the refactoring could not happen, an error with a clean explanation should appear.
* All imports in this project should be auto-refactored too. For now, we do not care about imports in other projects.
Value
First step to be able to publish a library.
Specification
Expose the refactor functionality from the language server (Library Related API Design for the Language Server #1764) through the controller to the graph editor. Consider the best architecture for exposing similar actions in the future.
General Summary
There should be an option in the node's context menu (RMB) to assign this node to a library. After doing so:
Value
First step to be able to publish a library.
Specification
Acceptance Criteria & Test Cases
The text was updated successfully, but these errors were encountered: