Skip to content
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

AutoComplete #160

Open
MirkoPerrone opened this issue Oct 5, 2016 · 1 comment
Open

AutoComplete #160

MirkoPerrone opened this issue Oct 5, 2016 · 1 comment

Comments

@MirkoPerrone
Copy link

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

@jbaron
Copy link
Owner

jbaron commented Oct 5, 2016

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 notifications@github.com 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 #160, or mute the thread https://github.com/notifications/unsubscribe-auth/AAis9K8b8Rug6DRoM_S6b8rHIQdjsb4rks5qw4I0gaJpZM4KOqrm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants