Skip to content

mathieucans/shortcut-aerobic

Repository files navigation

Shortcut aerobic

Simple exercises to learn shortcuts

You want to be more efficient in your everyday work? You know there are shortcuts, but you can never remember them? Let's practice together and discover new tricks to program faster. Available languages: .net, java, kotlin, typescript and python.

In each language, some tests invite you to manipulate code with shortcuts.

Exercices are guided for IntelliJ & Visual Studio Resharper, but nothing prevents you from doing them with your favorite IDE.

Dear visual studio users, install the IntelliJ IDEA Keybindings plugin to be guided in most of proposed exercices.

Setup

Open with your IDE the directory of the langage you choose. ⚠️ Open the right folder

Start with koan basic and let yourself be guided. Gradually, make the tests pass to green.

Have fun!

References

  • learn IDE feature : a plugin to learn more shortcuts
  • force shortcuts : a plugin that prevents you from using your mouse and offers you alternatives with shortcut
  • key promoter x : less intrusive than force shortcut, displays only popup and calculate a score when you use your mouse instead of shortcuts
  • presentation assistant : a plugin that display the shortcut you've just used (very usefull for pair and ensemble programmers)
  • Atelier maîtriser son IDE : another workshop by Rémy Sanlaville