Skip to content

Commit 7057307

Browse files
authored
Update README.md
1 parent 42fba5d commit 7057307

File tree

1 file changed

+53
-3
lines changed

1 file changed

+53
-3
lines changed

README.md

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,62 @@
99
<!-- Plugin description -->
1010

1111
This project contains the JetBrains IDE plugin for [Source++](https://github.com/sourceplusplus/sourceplusplus), the
12-
continuous feedback platform for developers. This plugin also works with
13-
regular [Apache SkyWalking](https://github.com/apache/skywalking) installations, but
14-
only [Live View](https://docs.sourceplus.plus/features/live-views/) commands are supported.
12+
continuous feedback platform for developers. Add breakpoints, logs, metrics, and distributed tracing to
13+
live production software in real-time on-demand, right from your IDE. View metrics, AI-assisted suggestions, and more,
14+
all in the context of your code.
1515

1616
<!-- Plugin description end -->
1717

18+
19+
<table>
20+
<thead>
21+
<tr>
22+
<th width="1000px">
23+
Live Insight
24+
</th>
25+
<th width="1000px">
26+
Live Instrument
27+
</th>
28+
</tr>
29+
<tr>
30+
<th width="1000px">
31+
<kbd>
32+
<img src="https://raw.githubusercontent.com/sourceplusplus/sourceplusplus/master/.github/media/promo/live-insight.png"/>
33+
</kbd>
34+
</th>
35+
<th width="1000px">
36+
<kbd>
37+
<img src="https://raw.githubusercontent.com/sourceplusplus/sourceplusplus/master/.github/media/promo/live-instrument.png"/>
38+
</kbd>
39+
</th>
40+
</tr>
41+
</thead>
42+
</table>
43+
<table>
44+
<thead>
45+
<tr>
46+
<th width="1000px">
47+
Live View
48+
</th>
49+
<th width="1000px">
50+
Live Command
51+
</th>
52+
</tr>
53+
<tr>
54+
<th width="1000px">
55+
<kbd>
56+
<img src="https://raw.githubusercontent.com/sourceplusplus/sourceplusplus/master/.github/media/promo/live-view.png"/>
57+
</kbd>
58+
</th>
59+
<th width="1000px">
60+
<kbd>
61+
<img src="https://raw.githubusercontent.com/sourceplusplus/sourceplusplus/master/.github/media/promo/live-command.png"/>
62+
</kbd>
63+
</th>
64+
</tr>
65+
</thead>
66+
</table>
67+
1868
## How to use?
1969

2070
Install this plugin via the JetBrains Marketplace by searching for: `Source++`.

0 commit comments

Comments
 (0)