How can one rename a project in sublime text editor 3?

3

I would like to rename my project in sublime IDE. How do I do that?

I don't want to change the name of the folder, just project name.

Hope I'm clear.

innocent rock

Posted 2016-09-24T05:46:48.973

Reputation: 162

For using Sublime as an IDE, you should read chromiun article about it so you can give yourself an Idea of it. If I understand what you want to do and you really created a project, you should edit the configuration JSON file: https://www.chromium.org/developers/sublime-text

– c_str – 2016-09-24T06:07:45.103

Answers

1

I assume you mean the project name that appears in the window title bar.

The project name is based on the .sublime-project file's basename.

So for example when the project file name is Awesome Project Name.sublime-project then the project name is "Awesome Project Name".

Menu > Project > Save Project As...

Gerard Roche

Posted 2016-09-24T05:46:48.973

Reputation: 380

2

Install plugin for Sublime Text 3 Project​Manager and you have option to rename project.

enter image description here

dukasvili

Posted 2016-09-24T05:46:48.973

Reputation: 373