You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,17 +12,17 @@ For example if there is an image subfolder under your extension project workspac
12
12
13
13
## Features
14
14
This extension allows you to view C++ Insights inside of vscode:
15
-
<palign="center">
16
-
<br />
15
+
<p>
17
16
<imgsrc="image/show.png"alt="Show C++ insights" />
18
17
</p>
19
18
20
19
or diff the Insights with your original source:
21
-
<palign="center">
22
-
<br />
20
+
<p>
23
21
<imgsrc="image/diff.png"alt="Diff source with C++ insights" />
24
22
</p>
25
23
24
+
The extension can utilize a compilation database/compile commands for easy use in existing environments. You can specify a directory containing the compilation database, aka the build directory, with `vscode-cppinsights.buildDirectory`.
25
+
If the active file is part of a workspace, and `vscode-cppinsights.buildDirectoryPrioritizeCMake` is set, the `cmake.buildDirecotry` is used to determine the build direcotry.
26
26
27
27
## Requirements
28
28
This extension requires @andreasfertig's C++ Insights.
@@ -36,38 +36,18 @@ Build or download the latest release and specify the path to the cppinsights bin
36
36
37
37
## Extension Settings
38
38
This extension contributes the following settings:
If you want to contribute, have an idea for a feature, or want to report an issue, please visit the [GitHub repository](https://github.com/devtbi/vscode-cppinsights).
49
+
47
50
## Known Issues
48
51
### Formatting (`vscode-cppinsights.format`)
49
52
* Enabling the option disables the "preview" property of the output editor
50
53
* When using the `insightsDiff` command, the output is not formatted like the original source
0 commit comments