diff --git a/features.html b/features.html index c878c71..a16d036 100644 --- a/features.html +++ b/features.html @@ -252,17 +252,33 @@

Running

Configurations

-

Built-in Cargo Command run configuration, automatically created with Ctrl+Shift+F10 in - following contexts:

+

Built-in Cargo Command run configuration allows to build, + test and run Rust code. +

-
-
  • Inside a #[test] function to execute a single test.
  • -
  • Inside a module to run all containing tests.
  • - +
    + {% include feature-gfy.html n="FinePopularGreathornedowl" %} +
    + +
    +

    Context aware

    + + You can use Ctrl+Shift+F10 shortcut to run a main or a test function. + Alternativelly, you can use the icon in the gutter area. +
    + + +
    + {% include feature-gfy.html n="VelvetySerpentineCowbird" %} +
    + +
    +

    Synergy

    + + You can combine Ctrl+Alt+Shift+N with Ctrl+Shift+F10 to + find and execute a test without switching between code and tests.