Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Content autocomplete in spring tool suite 4

The autocomplete for content is not working in spring tool suite 4. I have checked the settings

Content Assist dialog

Could anyone tell me how to solve this.

For Example:

if I enter Math. -> and press ctrl + space for suggestions it show no default templates.

like image 272
Chandan Avatar asked Nov 03 '18 08:11

Chandan


People also ask

How do I turn on autocomplete in Spring Tool Suite?

Step 1: Open your Eclipse or Spring Tool Suite, then go to the Window > Preferences as shown in the below image. Step 2: In the next screen go to the Java > Editor > Content Assist > Auto activation triggers for Java as shown in the below image.


1 Answers

In the Auto Activation section fill in Auto activation triggers for Java:

abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ._

enter image description here

like image 171
Alien Avatar answered Oct 18 '22 00:10

Alien