java - IntelliJ IDEA 如何实现 动态 提示代码?
PHP中文网
PHP中文网 2017-04-17 14:00:26
0
4
485
PHP中文网
PHP中文网

认证高级PHP讲师

reply all(4)
伊谢尔伦

This function should be turned on automatically. If not, check the settings in Settings>Editor>General>Code Completion. Basically, Basic Completion, Smart Type Completion, and Autopopup Code Completion need to be turned on.

After saving, enter the variable name (var.) in the code file and a window should pop up to prompt for completion. If not, try Ctrl+Space (the default is this)

Generally it looks like this:

This function can also automatically complete variable names:

阿神

Not very few people use it. Now all the staff in our studio have been forced to switch from eclipse to IDEA. It is very easy to use. What do you mean by code prompts? I remember that IntelliJ IDEA has a save power mode. When this is turned on, there will be no code prompts. Personally, I think IntelliJ IDEA's code prompts are very useful. . .

巴扎黑

@uestcfei , ah, that’s it. You don't understand what I mean. Doesn't eclipse have sensitive letters such as ".abcdefg" set up so that code prompts will automatically pop up as soon as they are entered without pressing shortcut keys? For example, when I input a little bit, there should be a code prompt, but this software has nothing. I can only press shortcut keys, and the software is still newly installed.

巴扎黑

@seeyoulater[seeyoulater] Refer to this https://www.oschina.net/quest... It should be able to meet your needs

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template