-
Notifications
You must be signed in to change notification settings - Fork 8
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
Set default file as a php file #5
Comments
Hi Andrew, Thank you for your suggestion, may I ask under which circumstance you need to set a new file to php by default? Cheers, |
I use Vscode to work on php files. And so the default to php is fast for me without having to change anything. |
Hi Jake, Any ideas to allow users to submit code snippets. 1) A method to add code extensions directly to the Vscode extension. This would be local to the user and 2) A method to add to the snippets that makes it available to everyone. I'm thinking maybe something like ublock origin, the extension that blocks ads. Filters are auto-updated and downloaded to the browser. Your extension in Vscode could do the same. |
Hi Andrew, you can create your own snippets directly by using VSCode either locally or globally within VSCode. The Trongate VSCode extension intends to keep the amount of snippets to the bare minimal as every user has its own preference. Cheers. |
Another option would be to fork the repo, add your snippet and do a push
request for Jake and myself to review for inclusion in the next release.
|
Excellent extension.
For those wondering how to set a new file to php by default.
Files > Preferences > Settings
Files: Default Language
Enter php in the box.
The text was updated successfully, but these errors were encountered: