Just moved from VSCode to Webstorm. One of the features I like on vscode was the inline blame that came with GitLens, this allowed me to speak with team members who had written the code, can this be done on Webstorm? (I know I can get the whole blame but I just want inline the last commit)
WebStorm lets you review the state of your project at a selected revision. Open the Git tool window Alt+9 and switch to the Log tab. Select a commit and choose Show Repository at Revision from the context menu.
Right-click the gutter in the editor or in the Differences Viewer and select Annotate with Git Blame from the context menu.
GitLens is an open-source extension for Visual Studio Code. GitLens simply helps you better understand code. Quickly glimpse into whom, why, and when a line or code block was changed. Jump back through history to gain further insights as to how and why the code evolved.
The git blame command is used to examine the contents of a file line by line and see when each line was last modified and who the author of the modifications was. The output format of git blame can be altered with various command line options.
UPDATED: corrected name to "GitToolBox" from "Jetbrains Toolbox"
This can be achieved through the GitToolBox plugin, it provides the exact same functionality as git lens, finally I found it! This can be toggled from other settings> git toolbox global or git toolbox project (if you only want to configure per project) See screenshot
Install plugin GitToolBox. It has the same functionality as VisualCode's GitLens.
File > Settings > Plugins > Marketplace
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With