Your comments
Textastic 4.1 for Mac adds the new keyboard shortcuts “Toggle Comment” (Cmd-/) and “Toggle Block Comment” (Cmd-Option-/).
Actually, this is already possible using the app Secure ShellFish which allows you to access SSH/SFTP servers as folders in the Files app. You can add those folders as external folders to Textastic and open and edit the files as if they were local.
Can you please send me a short video that shows the problem? I don't see this problem on my devices.
To show the scope at the cursor location, you can use the keyboard shortcut Ctrl-Shift-P (this can be changed in Textastic's settings -> Keyboard Shortcuts -> Code Editor -> Show Scope).
Here is the sublime syntax file used by Textastic:
It should work if you put the file "Ink.tmLanguage" from the "grammars" folder into the following location in Textastic:
Local Files/#Textastic/Ink/Ink.tmLanguage
You can open two windows of Textastic and put them side-by-side. There is no diff view that shows you added and deleted lines though.
Would it be enough if this could be specified in the SSH connection's settings or do you need this to be on a per-tab level?
Looks good, but I think there is a semicolon (";") missing at the end of the "@charset" line in local.css.
Customer support service by UserEcho
Hello,
sorry, but I'm not familiar with vue.js.
I've looked at the index.html file and it doesn't look like a complete HTML file to me (missing html, head, body tags). Also, the .html file does not reference the app.js file anywhere.