Skip to content

Open next practice source code by specified editor #1201

Closed as not planned
Closed as not planned
@mokurin000

Description

@mokurin000

Some IDE allow us to open an source file in current windows if they are in the folder we opened.

For example, rustling run code exercises/primitive_types/primitive_types3.rs if user set RUSTLING_EDITOR as code {} and just finished primitive_types2.

This avoids bad experience switching to next chapter on some IDE.

For vim users, to make buffers order as pratices':

vim `rustlings list|head -n -1|tail -n +2|cut -f 2`

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