From d71ab3c129314b80a579bd4af582cd7ee76f5c8c Mon Sep 17 00:00:00 2001 From: sebVirtus <159523780+sebVirtus@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:32:18 +0100 Subject: [PATCH] Update README.md --- intellij/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/intellij/README.md b/intellij/README.md index 163cb52..0798e20 100644 --- a/intellij/README.md +++ b/intellij/README.md @@ -1,8 +1,8 @@ -# Context Buddy +# Context Buddy intellij -The tool that allows you to inspect project history in more detail. Context Buddy analyzes history based on tokens: method names, parameters, vars or words depending on language/format used rather than lines as git does. +The tool allows you to inspect project history in more detail. The Context Buddy analyzes history based on tokens: method names, parameters, vars or words depending on language/format used rather than lines as git does. -It means that it assigns multiple commits to a single line, ignores whitespace changes (if they have no semantic meaning) or tracks file renames properly. +It means it assigns multiple commits to a single line, ignores whitespace changes (if they have no semantic meaning) or tracks file renames properly. If you are interested in what's going on under the hood, please check out our [blogpost](https://medium.com/@m.bednarz/165dac84425). @@ -10,11 +10,11 @@ If you are interested in what's going on under the hood, please check out our [b ![demo](demo.gif) -## How to use Context Buddy +## How to use Context Buddy for intellij ### Turning it on/off -Context buddy is not enabled by default, so that its highlighting doesn’t distract the developer all the time. To toggle Context Buddy for a given file, simply run 'Smart History' action. +Context buddy for intellij is not enabled by default, so that its highlighting doesn’t distract the developer all the time. To toggle Context Buddy for a given file, simply run 'Smart History' action. ![turnOnOffAction](turnOnOffAction.gif)