WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Code completion

Last modified: 28 September 2023

Code completion is one of the essential features of the WebStorm editor. To show you completion suggestions, WebStorm goes through the project files with the source code and adds classes, methods, functions, and variables defined in them to a special internal index. Additional information from JSDoc comments, TypeScript type definitions, and so on can also significantly improve completion.

Completion also works for symbols from third-party code. In most cases, all you need is to add the required files to your project. For more information, refer to Configuring JavaScript Libraries.

This section covers various techniques of context-aware code completion that allow you to speed up your coding process.

ws_react_classname.png