Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Annoying eclipse automatically closing quotes

Tags:

eclipse

I've always found the eclipse's automatic close quotes and parenthesis features to be useless. For example hitting on a single " will lead to

"<cursor>" 

I don't need the second quote. It's annoying to remove afterward. How to turn this feature off?

Update: I now kept the setting on. If you type another quote " it will break through.

like image 374
Yada Avatar asked Jan 14 '09 21:01

Yada


1 Answers

Try Window -> Preferences -> Java -> Editor -> Typing and uncheck the "Strings" checkbox in the "Automatically close" group.

like image 53
Allethrin Avatar answered Sep 23 '22 04:09

Allethrin