Is there any option that I can use to type faster without spelling mistakes? I have already searched menus of eclipse
but couldn't find.
有没有任何选项可以用来更快地打字而不会出现拼写错误?我已经搜索过eclipse菜单但找不到了。
3 个解决方案
#1
CTRL + Space will show you a list of proposals.
CTRL + Space将显示提案列表。
If this is not enough, you can go to Window > Preferences > Java > Editor > Content Assist. You'll be able to play around with the settings there.
如果这还不够,您可以转到窗口>首选项> Java>编辑器>内容辅助。你将能够在那里玩设置。
#2
ctrl-space key to trigger an auto-complete
ctrl-space键触发自动完成
#3
Type few alphabets e.g st
and then press Ctrl+space
together it will show options which start with st
:
键入几个字母,例如st,然后按Ctrl +空格键,它将显示以st开头的选项:
Then select one which you need, this way you can type faster and without making any syntactically incorrect name. Though it does not guarantee spelling mistake as such. I prefer IntelliJ over Eclipse.
然后选择一个你需要的,这样你就可以更快地输入,而不会在语法上出现任何不正确的名称。虽然它不能保证拼写错误。我更喜欢IntelliJ而不是Eclipse。
#1
CTRL + Space will show you a list of proposals.
CTRL + Space将显示提案列表。
If this is not enough, you can go to Window > Preferences > Java > Editor > Content Assist. You'll be able to play around with the settings there.
如果这还不够,您可以转到窗口>首选项> Java>编辑器>内容辅助。你将能够在那里玩设置。
#2
ctrl-space key to trigger an auto-complete
ctrl-space键触发自动完成
#3
Type few alphabets e.g st
and then press Ctrl+space
together it will show options which start with st
:
键入几个字母,例如st,然后按Ctrl +空格键,它将显示以st开头的选项:
Then select one which you need, this way you can type faster and without making any syntactically incorrect name. Though it does not guarantee spelling mistake as such. I prefer IntelliJ over Eclipse.
然后选择一个你需要的,这样你就可以更快地输入,而不会在语法上出现任何不正确的名称。虽然它不能保证拼写错误。我更喜欢IntelliJ而不是Eclipse。