简体   繁体   中英

How can I alter previous/next word navigation in Eclipse editor?

When navigating across words, the Eclipse editor considers a change in letter case and a hyphen-minus as word boundaries. This is problematic, as most of my variable names are of mixed case and, with some syntax (eg CSS), a hypen-minus can be part of a name.

How can I modify Eclipse to change its understanding of a word boundary to accomodate these common variants of syntax?

[ If it's not possible, please do not submit an answer , although such comments are welcome as comments, below.]

Preferences -> Java -> Editor.

禁用“智能插入符号定位...”。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM