September 2019
Beginner to intermediate
494 pages
13h
English
Formally, intelligent code completion support is aware of the context of both high-level aspects of programming—the programming language being used and the project/class/method the code that is written belongs to. In general, the purpose of having an intelligent code completion engine is to reduce the number of errors and typos in your code, as well as the development time (specifically, time spent writing code).
The most common form of code completion is showing a pop-up with a list of suggestions regarding how to complete the line of code (or part of the line) that you are writing. You can then choose the item you want to complete your code with. This suggestion list is shown in the following screenshot: ...
Read now
Unlock full access