File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 17
17
- Code autocompletion (beta)
18
18
- Symbols provider
19
19
- Debugger, uses Microsoft's [ C/C++ extension] ( https://github.com/Microsoft/vscode-cpptools )
20
- - Formatting with [ findent] ( https://sourceforge.net/projects /findent/ ) or [ fprettify] ( https://github.com/pseewald/fprettify )
20
+ - Formatting with [ findent] ( https://github.com/gnikit /findent-pypi ) or [ fprettify] ( https://github.com/pseewald/fprettify )
21
21
22
22
![ symbol_nav] ( ./doc/symbol_nav.png )
23
23
@@ -143,10 +143,9 @@ More details about how to setup the debugger can be found in Microsoft's website
143
143
144
144
## Formatting
145
145
146
- Two formatters are supported [ ` findent ` ] ( https://sourceforge.net/projects/findent/ )
147
- and [ ` fprettify ` ] ( https://github.com/pseewald/fprettify ) . ` fprettify ` can be installed
148
- automatically through the extension using ` pip ` , while ` findent ` must be installed
149
- by the user manually.
146
+ Two formatters are supported [ ` findent ` ] ( https://github.com/gnikit/findent-pypi )
147
+ and [ ` fprettify ` ] ( https://github.com/pseewald/fprettify ) . Both of them can be
148
+ installed with ` pip ` automatically through the extension.
150
149
151
150
The formatter is controlled by the user option
152
151
You can’t perform that action at this time.
0 commit comments