We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following snippet works perfectly fine for the tabTrigger cl in .js files, but not for .ts or .tsx files:
cl
<snippet> <content><![CDATA[ console.log('## ${TM_FILENAME/(.+)\..+/$1/} -> ${1:anything}\n', ${2:${1:anything}}); ]]></content> <tabTrigger>cl</tabTrigger> <scope>source.js, source.ts, source.tsx</scope> </snippet>
TypeScript-Sublime package at version v3.7.3 Sublime at build 3211
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following snippet works perfectly fine for the tabTrigger
cl
in .js files, but not for .ts or .tsx files:TypeScript-Sublime package at version v3.7.3
Sublime at build 3211
The text was updated successfully, but these errors were encountered: