Skip to content

Feature Request: ability to have multiple Comment Styles on a single line #6

@MMykolyshyn

Description

@MMykolyshyn

Requesting the ability for the extension to understand and display multiple Comment Styles in a single line. For example (PowerShell):
#! RED TEXT #? BLUE TEXT #* GREEN TEXT
Screenshot_2
The intention is that in the above line, the appropriate Comment Style is used for each section (separated by #)

The extension already has a quasi-capability of this. For example, the following line will display normal commented text until the first tag (PowerShell but should be replicated in other languages):
# Normal comment text #^ COMMENT STYLE STARTS
Screenshot_1
I believe this is an unintended effect, but it could be leveraged to implement this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestfeature suggestion which is not adding language support

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions