Git Product home page Git Product logo

contextbuddy's Introduction

Meet Context Buddy.

The friend from work you never knew you needed.

That is, until you joined a project with thirty years of legacy code. Or had your team leader suddenly leave you with little organisation skills and no knowledge of what should you do next. Or had to collaborate with another group, full of people with different opinions on what constitutes good code. In case of any of these apocalyptic events, remember Context Buddy is here for you.

Installation

Intellij plugin can be downloaded here. Later on plugin can be installed in Intellij by File -> Settings -> Plugins -> gear icon -> Install Plugin from disk

Generate Data

We are on our way to Intellij Plugin Repository.

How To Use (With Examples)

Context Buddy's Smart history behaves similarly to git blame. To turn it on you can either right-click on the left border of the editor or use quick action 'Smart History'.

Generating history

Context buddy generates history on the fly and caches it in memory. Processing history in more detail is more expensive than just using git blame so it may take a few seconds to compute it (of course it happens asynchronously).

Generating history

Conext buddy comes with a dedicated view where you can inspect history in more detail. You can take a look at the list of commits that provide meaningful changes to the file (keep in mind that e.g. rename or reformat commits will be omitted).

To see all changes in a file caused by a specific commit, you can either:

  • hover over one of the commit's lines, until you see a tooltip, and click on the commit hash
  • or choose one of the commits from Smart History's toggle

In any case, the commit of your choice should change its highlight to a fashionable red, and gain a small line mark on the scrollbar.

To unmark the commit, click on Smart History's "Clear selection" button. To change the data provider, choose it from the toggle list (that might prove to be more useful later; so far, Context Buddy should only support parsing and highlighting tokens).

Generating history

Smart history is interactive. Context Buddy can pick up any change that you make to your file and render smart history based on it as long as file parses.

Currently, Context Buddy supports data sources written in Java, Scala, Javascript, Typescript and Python. We support YAML and JSON files. But don't worry. More is coming.

Interactive changes

Future plans

We are really close to being ready to work with your CI to generate and store the semantic history of your projects (symbols, origins, etc.). Stay tuned since release is coming :)

Tell Us What You Think

Drop us an email at [email protected]. We are looking for any feedback.

contextbuddy's People

Contributors

romanowski avatar maci3jka avatar tdudzik avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.