Spring tool suite can not automatically show fields variable name suggest?

你说的曾经没有我的故事 提交于 2019-12-25 00:38:02

问题


Can not get variable name suggest in fields,but work in local variable name,how to fix it?

Java Variable type


回答1:


Try restoring the default content assist options in Windows > Preferences > Java > Editor > Content Assist > Advanced

Below is an example of what it would look like but you might have different options checked.

Select the proposal kinds contained in the 'default' content assist list:

Other Java Proposals, SWT Template Proposals, Template Proposals, Type Proposals

You can try selecting java proposal(Task-Focused) or just using restore default option.



来源:https://stackoverflow.com/questions/29470941/spring-tool-suite-can-not-automatically-show-fields-variable-name-suggest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!