Commit Graph
19 Commits
Author SHA1 Message Date
Aiday Marlen Kyzy 359ec5270a Add new line comment when pressing Enter from within line comment for languages that use double slash for line comment (#235407)
* add decrease and increase indent patterns for cpp

* adding new line with line comment on next line from within languages that use double slash for line comment
2024-12-06 11:51:50 +01:00
Sean McManus 739d4803af Add /** */ to cpp/language-configurations.json (#211202)
This fixes the issue at https://github.com/microsoft/vscode-cpptools/issues/12249 .

This was removed in https://github.com/microsoft/vscode/commit/98fa77a679fbd1095d05c0fcb381d6e9b775d743 .

Then PR https://github.com/microsoft/vscode/pull/160357 added /* */ autoClosingPair.
2024-05-15 09:10:15 +00:00
Stephen Sigwart a99fb2c5c3 Add to C/C++ 2023-02-28 21:17:35 -05:00
Sean McManus 3f2adbfe3e Update language-configuration.json (#163182) 2022-10-11 09:23:42 +02:00
Colen Garoutte-Carson 33787082be Enable auto-close of multi-line comments in cpp (#160357) 2022-09-26 15:29:05 +02:00
Henning Dieterichs d7ad82454e Revert "Bracket support for #if and #endif in cpp" 2022-09-23 13:59:23 +02:00
Blip blop 13a51cea1d Updated support for #if and #endif 2022-09-03 22:26:50 +05:30
Martin Aeschlimann 553d92817b Word selection is incomplete for C++ identifiers containing certain allowed characters. Fixes #121343 2021-04-26 22:08:38 +02:00
Alex Ross 98fa77a679 Remove multiline comment auto closing pair for C++
Part of #77008
2019-07-29 13:06:03 +02:00
Alex Ross 0fa33a2cfb Change C++ auto closing comment start from /* to /**
Fixes #77008
2019-07-10 10:06:05 +02:00
Dan McCarthy 728c6a68ba Allow multi-line comment auto-closing for C++ files
Fixes #72801
2019-05-21 03:35:13 -07:00
Martin Aeschlimann 039a1d4e22 Implement automatic wrapping with < > for C++. Fixes #47864 2018-04-18 22:20:32 +02:00
rebornix 872ecf2a4e #36148. Remove indenation rules for c/cpp 2017-11-22 10:38:53 -08:00
Martin Aeschlimann cf70385df5 Folding regions broken 2017-10-12 16:55:15 +02:00
Martin Aeschlimann 1fb361861f [folding] add work boundries to folding markers 2017-10-11 17:28:10 +02:00
Martin Aeschlimann 1b9ea33425 [folding] fix cpp regions 2017-09-22 14:04:38 +02:00
rebornix 1813139e6e Indent Rules for C and CPP 2017-07-26 11:09:56 -07:00
Matt Bierner a291da4049 Disable Autoclosing Pairs for Quotes in c++ strings and comments (#25100)
Fixes #25025
2017-04-20 15:21:42 -07:00
Martin Aeschlimann 4a13944af6 Migrate all other languages to language-configuration.json 2016-07-21 20:30:37 +02:00