I have a method in StudentController called addStudent(student); but i have seen that when i write like this and pointing mouse on the top of addStudent(student); sts used to ask like this create addStudent(student); in StudentService. but now i am not able to see that i have to write manually codes for addStudent(student); in StudentService what is the reason behid this ?
Asked
Active
Viewed 360 times
0

jibin james
- 19
- 1
- 7
-
Check the setting here : Go to Preferences -> Java -> Editor -> Content Assist -> Advanced. Enable these options : 1) Java Proposals and 2) Java Type Proposals. Apply the changes. – Barefooter Feb 23 '21 at 12:36
-
Does pressing `Crtl`+`1` work? – dan1st Feb 23 '21 at 12:40