Skip to content
New issue

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

Add {file_extension} and {FILE_EXTENSION} as replaceable strings #1898

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ShibePlanet
Copy link

I've wanted this as a feature, so I decided to implement it myself.

'{file_extension}' will be replaced with the lowercased file extension. '{FILE_EXTENSION}' will be replaced with the uppercased file extension.

"Editing a .{file_extension} file" will yield "Editing a .ts file", or whatever file extension is being edited.

I've wanted this as a feature, so I decided to implement it myself.

'{file_extension}' will be replaced with the lowercased file extension.
'{FILE_EXTENSION}' will be replaced with the uppercased file extension.

"Editing a .{file_extension} file" will yield "Editing a .ts file", or whatever file extension is being edited.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant