+3

C# code completion / auto complete

Alexander Blach (Developer) 13 years ago in General updated by Marsh Poulson IV 13 years ago 1

Missing Entries

1.  Usings, as well as corresponding assemblies

2.  class, as well as default snippets, such as ctor and #region (need these badly)


(feature request copied from email by Jon Edlund)

+3

Ability to view or download the source code from a GitHub project

Diego Barros 12 years ago in General updated 12 years ago 4

It would be nice to be able to use Textastic to read source code from GitHub projects. Either live online, or better yet, be able to download the source code from a project to your iOS device.

+3

Add dictionary lookup support

Jonas Zimmermann 13 years ago in General 0

When you select a word in most iOS apps, there is a button called 'Define' next to 'copy' etc, which opens the inbuilt dictionary at that word's entry. An incredibly useful tool, especially for non-native speakers...

+2
Fixed

Korean input problem

08-quasar-velds 3 years ago in General updated by Kelvin Chae 3 years ago 5 1 duplicate

After the iOS 16 update, Korean cannot be input properly.

When writing Korean, Korean is entered incorrectly.

For example, it should be entered as “한글”, but now it is entered as “하ㄴ그ㄹ”.

+2

Terminal Emulator in Textastic

S4 • 3 years ago in General updated 3 years ago 1
+2

Support for File Explorer via Files app

gee4vee 4 years ago in General updated by Doug Dyer 4 years ago 1

File Explorer is a great app that has Files app integration and it would be great if Textastic supported it like it does with Working Copy. This would allow mounting files on a remote server in FE and editing them in Textastic, among other things.

+2

Prettier

jeff drumgod 5 years ago in General 0

Add support for prettier directives.

https://prettier.io/

+2

Syntax highlighting for Apache FreeMarker

shurt 5 years ago in General 0

It would be extremely helpful if there was syntax highlighting support for Apache FreeMarker

+2

terraform syntax highlighting

jeremygaither 5 years ago in General updated by Cynn C. 5 years ago 1

Please consider adding Terraform (HCL) syntax highlighting. Thank you!

+2

Built-in Javascript tmLanguage

Maurice Zoliker 5 years ago in General updated 5 years ago 2

Dear Alexander,

I really need the built-in "JavaScript.tmLanguage" you are using, in order to know the exact scopes names (to use them in my custom tmTheme) and be able to tweak it a bit if needed.

Would it be possible to share it?

Right now I am using the "JavaScriptNext.tmLanguage" but it is quite old and full of little bugs, whereas your built-in tmLanguage seems to be much more stable and recent.

Thanks a lot and keep improving Textastic, it is a pleasure to use it every day.

Kind regards,

Maurice

Answer

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:

JavaScript.sublime-syntax