tuk
tuk

Reputation: 6872

Intellij Editor Code Completion

I recently moved to Intellij from Eclipse. I am using Intellij 2017.1.5 version on MacOS X 10.12.5 with Eclipse Mac OS key map.

As mentioned in this answer is there a place I can view all the code completions for Intellij?

Upvotes: 0

Views: 82

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402533

You can find all the predefined Live Templates here: File | Settings (Preferences on Mac) | Editor | Live Templates.

See the documentation for more details.

Upvotes: 1

Related Questions