Skip to content

Feature Request: Folding regions for Rust #55648

@PaulHale

Description

@PaulHale

Folding regions for Rust

The following languages currently have markers defined:

TypeScript/JavaScript: //#region and //#endregion and //region and //endregion
C#: #region and #endregion
C/C++: #pragma region and #pragma endregion
F#: //#region and //#endregion
Powershell: #region and #endregion
VB: #Region and #End Region
CSS/Less/SCSS: /*#region*/ and /*#endregion*/
Coffeescript: #region and #endregion
PHP: #region and #endregion
Bat: ::#region and ::#endregion

Can we please have this functionality for Rust code?
Rust: #region and #endregion would suffice

Metadata

Metadata

Assignees

Labels

editor-foldingEditor code folding issuesfeature-requestRequest for new features or functionalityverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions