Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Add < and > to language-configuration.json #719

@Luro02

Description

@Luro02

It would be quite convenient (especially with generics), if vscode would automatically insert > if < is typed (similar to what is done with { and })

https://github.com/rust-lang/rls-vscode/blob/15f14cbcbccf8ea21dee788a013fa9a205bcb231/language-configuration.json#L12

I think adding a new item to the list would be enough? { "open": "<", "close": ">" }

The plugin for atom does this too
https://github.com/rust-lang/atom-ide-rust

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions