doc(msvc): add instructions on how to get Intellisense working
This commit is contained in:
parent
46cfd33a1b
commit
8019914ad4
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,3 +21,4 @@ settings.json
|
|||
/*.nix
|
||||
/library/init/version.lean
|
||||
CMakeSettings.json
|
||||
CppProperties.json
|
||||
|
|
|
|||
|
|
@ -29,6 +29,12 @@ In each of the targets, add the following snippet (i.e., after every
|
|||
```
|
||||
|
||||
|
||||
## Enable Intellisense
|
||||
|
||||
In Visual Studio, press Ctrl+Q and type `CppProperties.json` and press Enter.
|
||||
Ensure `includePath` variables include `C:\\path\\to\\lean\\src`.
|
||||
|
||||
|
||||
## Build Lean
|
||||
|
||||
Press F7.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue