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 have a file template with #!/usr/bin/python on the first line. I would like when opening the file to have the cursor on a specific line. With sublime text's advanced new file I was able to do this with:
That sounds like a good idea. I don't have time to implement this at the moment but if you would be interested in implementing this and submitting a PR I would be excited to merge it.
Are we supporting file templates? Or is it something handled by another extension? @dann1
With the config you provided does Sublime text put your cursor at the end of the file or can you tell it to put it wherever you want?
Edit: Alright, after looking inside the code I noticed that we have kind of a skeleton for templates.
It's not documented, though.
I have a file template with
#!/usr/bin/python
on the first line. I would like when opening the file to have the cursor on a specific line. With sublime text's advanced new file I was able to do this with:The text was updated successfully, but these errors were encountered: