We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here are some steps to configure this custom title Atom package:
Edit -> Preferences
Packages
Locate the "custom-title" package (Community Packages).
Click in the "Settings" button.
A "Template" field appears. Change the template to something like the following if you want to see the full project path.
<%= relativeFilePath %><% if (projectPath) { %> - <%= projectPath %><% } %>