Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated link to the lightbulb suggestion screenshot
  • Loading branch information
ronglums committed Dec 7, 2017
commit 40e0563489f958e10e8743d48b12c636308cdb72
2 changes: 1 addition & 1 deletion Documentation/Getting started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To figure out which headers you need to specify paths for, you can either hover

You can also leverage the lightbulb path suggestions lightbulb to auto-resolve the included file. When you open a folder, the extension will **recursively** search for potential include paths that match the header files your code is using based on the paths set by the `"browse.path"` setting in **c_cpp_properties.json**. Click on the green squiggles under #include statements and a lightbulb will appear and offer suggestions of paths that will allow IntelliSense to resolve the included file.

![lightbulb suggestions](https://github.com/Microsoft/vscode-cpptools/raw/master/Images/lightbulb%20suggestions.png)
![lightbulb suggestions](https://github.com/Microsoft/vscode-cpptools/raw/ronglu-edit/Images/lightbulb%20suggestion.png)

#### Verify the include paths are correctly resolved

Expand Down