How to enable sublime text to take first line as file name while saving?
Earlier the Sublime used to take first line as file name by default but now it's "untitled". Is there a way to enable it or is there a plugin for that? Thanks The first line is only used as the file name for unsaved files when the syntax is set to Plain Text. As soon as you change the syntax highlighting and type something, it will change the tab name to "untitled". The implementation for this is in the Default package, set_unsaved_view_name.py file. To get it to work for all syntaxes: Install PackageResourceViewer through Package Control if it is not already installed Open Command Palette