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 1717- Code autocompletion (beta)
1818- Symbols provider
1919- 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 )
2121
2222![ symbol_nav] ( ./doc/symbol_nav.png )
2323
@@ -143,10 +143,9 @@ More details about how to setup the debugger can be found in Microsoft's website
143143
144144## Formatting
145145
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.
150149
151150The formatter is controlled by the user option
152151
You can’t perform that action at this time.
0 commit comments