Skip to content

Commit

Permalink
doc(msvc): add instructions on how to get Intellisense working
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes authored and leodemoura committed Feb 6, 2018
1 parent 46cfd33 commit 8019914
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ settings.json
/*.nix
/library/init/version.lean
CMakeSettings.json
CppProperties.json
6 changes: 6 additions & 0 deletions doc/make/msvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8019914

Please sign in to comment.