Giter Site home page Giter Site logo

demo-plugin-jetbrains-project's Introduction

Plugins for Intellij IDEA

A toy plugin for IntelliJ IDEA created by group of TU Delft students.

Table of Contents

Running the plugin for the first time

  • Use following steps to run the plugin: Make sure the Gradle plugin is installed in your IDE.

    • Make sure the Gradle is installed in your computer
    • Then, install plugin repository to your computer
    • Open your 'Terminal' and go to the directory you installed the plugin
    • Then, run "gradle runIde"
    • Plugin is ready to use!

Markdown Files Plugin

In order to activate markdown files plugin go to tools menu click on Markdown Files Report or optionally use Ctrl+Alt+F shortcut

This will open 2 displays in the run tool window: MD Files and MD Statistics - metrics/project

Image of Tools Menu

Functionality

  • In run tool window when you click on MD Files, it shows the all markdown files in the project. Under each markdown file you can find the URL links and References that it has.
  • Each link is accompanied by a valid / invalid tag. For internal repository links, this tag automatically changes from VALID to INVALID when the file referenced is either moved, renamed or deleted - INVALID to VALID when the file is created, renamed or moved back respectively.

    Image of MD Files

  • In run tool window when you click on MD Statistics - metrics/project, it shows the statistics for markdown files.
  • When you change the content of a markdown file, delete a markdown file or add a new markdown file, all statistics are dynamically updated. So you always see up to date statistics.

    Image of MD Statistics

Methods Plugin

In order to activate methods plugin go to tools menu click on Summary Report or optionally use Ctrl+Alt+G shortcut

This will open 1 display in the run tool window: Statistics

Image of Tools Menu

Functionality

  • In run tool window when you click on Statistics, it shows the statistics for the current open java file.
  • If you click and open another Java file or change the content of the currently open file, it automatically refreshes the statistics shown in the table. It starts to display the renewed statistics of the current file.
  • This action persists the data on disk in an XML format using the PersistentStateComponent interface. Therefore, between 2 consecutive runs of the plugin, it will display the number of new/deleted lines, characters and methods. This functionality also works when you close the IntelliJ IDEA editor between the plugin runs.

    Image of Statistics

Contributors

demo-plugin-jetbrains-project's People

Contributors

tudorpopovici1 avatar cugurlu avatar iremugurlu avatar tbrandirali avatar

Watchers

James Cloos 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.