Tutorial by Topics: plugin

Plugins help us to do things easier. Intellij provides a vast range of plugins for various technologies / laguages. There are three ways to install plugin in Intellij.
A jQuery plugin is simply a new method that we use to extend jQuery's prototype object. By extending the prototype object you enable all jQuery objects to inherit any methods that you add. As established, whenever you call jQuery() you're creating a new jQuery object, with all of jQuery's methods...
The Cucumber plugins for IntelliJ IDEA offer convenient IDE features for working with Gherkin feature files in an IntelliJ project using the Cucumber framework. Plugins are available for Java, Scala, or Groovy languages. The Cucumber for Java IntelliJ plugin offers IDE features for convenientl...
Maven allows you to implement and use custom plugins. These plugins allow additional behaviour to be bound to any phase of the Maven lifecycle. Each Maven goal is created by implementing a MOJO (Maven Ordinary Java Object): a Java class implemented with annotations that describes how to invoke it. ...
Vue plugins adds global functionality as, global methods, directives, transitions, filters, instance methods, objects and inject some component options using mixins MyPlugin.install = function (Vue, options) {} NameDescriptionVueVue constructor, injected by VueoptionsAdditional options i...
Go provides a plugin mechanism that can be used to dynamically link other Go code at runtime. As of Go 1.8, it is only usable on Linux.
Open the directory of your ember.js project, You will find there a file named ember-cli-build.js. You can install Your libraries or plugins using bower, then point the import to the bower_components folder, but if you have a file You want to add, just drag them to the folder of Your project and writ...
WordPress plugins should have a focus on the server logic and/or admin parts of your website application. Good plugins are like good apps, they do one thing really well. They are intended to enhance and automate parts of the CMS in a modular way, since you can activate and deactivate them. Good plug...
The Dll and DllReference plugins allow the code to be split in multiple bundles in a way the bundles can be compiled independently. It is possible to build "vendor" scripts in a library that does not need to be compiled often (ex: React, jQuery, Bootstrap, Fontawesome...) and reference it...
This section provides an overview of what jquery-validate is, and why a developer might want to use it. It should also mention any large subjects within jquery-validate, and link out to the related topics. Since the Documentation for jquery-validate is new, you may need to create initial versio...
This topic is the first part of a series on how to create Android Plugins for Unity. Start here if you have little to no experience creating plugins, and/or the Android OS. Through this series, I extensively use external links that I encourage you to read. While paraphrased versions of the rel...
This is a small code (xml) snippet to highlight how to use the taglist-maven-plugin to generate customized reports (of TODO, FIXME work ...)
Here is an example configuration for a basic maven ear plugin for packaging both .war and .jar artifacts
Every new functionality in NopCommerce comes in as a plugin. This documentation helps you create plugin that is basic in nature but teaches how a plugin is made for NopCommerce. Since NopCommerce is an Open Source project, there are many plugins available for reference which are very helpful. ...

Page 2 of 2