Jordan Hensley
Jordan Hensley

Reputation: 420

How to automatically add semicolons in IntelliJ

IntelliJ always lets me know when I forget a ; at the end of a declaration or function. Is there any way to get it to add one automatically when it sees that I have missed one?

Upvotes: 5

Views: 2730

Answers (1)

BillRobertson42
BillRobertson42

Reputation: 12883

I think it might be ctrl-shift-enter you're looking for. command-shift-enter on a mac.

Upvotes: 6

Related Questions