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
I want to use only file name without file extension in my snippet.
For sublime the solution was like this: ${TM_FILENAME/(.+)\..+|.*/$1/:name}
The text was updated successfully, but these errors were encountered:
HosseinAgha
changed the title
Feature Request: $TM_FILENAME variable without extension in snippets
Feature Request: $TM_FILENAME variable without file extension in snippets
Jun 27, 2017
I want to use only file name without file extension in my snippet.
For sublime the solution was like this:
${TM_FILENAME/(.+)\..+|.*/$1/:name}
The text was updated successfully, but these errors were encountered: