cats icon indicating copy to clipboard operation
cats copied to clipboard

AutoComplete

Open MirkoPerrone opened this issue 9 years ago • 1 comments

Hi , is there any AutoComplete in CATS?? Which shortcut i should use ?

MirkoPerrone avatar Oct 05 '16 10:10 MirkoPerrone

There is indeed autocomplete when you are editing a TypeScript file. Two ways this can be invoked:

  1. Automatically when you type a some name followed by a dot, for example when you type “document.” you get all he methods on the document object.
  2. When you enter -. You can use this anywhere and will provide contextual code completion.

Hopes this helps (and remind sme of making some tutorial video for new users ;).

On 5 Oct 2016, at 12:55, MirkoPerrone [email protected] wrote:

Hi , is there any AutoComplete in CATS?? Which shortcut i should use ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jbaron/cats/issues/160, or mute the thread https://github.com/notifications/unsubscribe-auth/AAis9K8b8Rug6DRoM_S6b8rHIQdjsb4rks5qw4I0gaJpZM4KOqrm.

jbaron avatar Oct 05 '16 11:10 jbaron