Rename current project

Hi All,

Just wanted to ask if it’s possible for us to rename the current project that’s currently being used by Theia.

I know that Theia’s functionality and architecture follows VS Code pretty closely and VS Code does not allow renaming the project in use but just in case was wondering if we can have our own implementation that would function like the Eclipse IDE’s “refactor” functionality where we can rename any project regardless if we’re currently working on it or not.

Thanks & Regards,
Vatsal

1 Like

@vatsal.uppal thank you for the discussion :+1:

The Eclipse Theia framework allows you to contribute any functionality you may need for your use-cases through @theia extensions which is the most powerful mechanism in place to provide deep customizations, access to all APIs and internals. You can certainly implement the feature for your own application if needed.