Saturday, September 17, 2016

[SOLUTION] Content Assistant CTRL+Space Not Working in Eclipse

Recently I faced the issue in Eclipse were my CTRL+Space (Content Assistant) was not working. Everytime I press CTRL+Space eclipse shows nothing. Finally I managed to find the solution by changing the Preferences of my Eclipse editor.

Windows > Preferences > Java > Editor > Advanced. Make sure 'Java Proposals' is checked.


No comments:

Post a Comment

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...