GithubHelp home page GithubHelp logo

nicoleljc1227 / lombok-intellij-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mplushnikov/lombok-intellij-plugin

0.0 2.0 0.0 11.35 MB

Lombok Plugin for IntelliJ IDEA

License: BSD 3-Clause "New" or "Revised" License

Java 99.88% Lex 0.11% HTML 0.01%

lombok-intellij-plugin's Introduction

lombok-intellij-plugin Build Status Code Coverage Donate

Join the chat at https://gitter.im/mplushnikov/lombok-intellij-plugin

Plugin for [IntelliJ IDEA](http://plugins.jetbrains.com/plugin/6317?pr=idea plugin) to support Lombok annotations.

Provides support for lombok annotations to write great Java code with IntelliJ IDEA.

Last version (0.13) released on 27.07.2016

Twentieth version of plugin released. Bugfixes, performance optimization and new features support!

Install it automatically from IntelliJ Idea plugin repository.

Tested and supports IntelliJ versions: 14.1.4, 15.0.4, 2016.2

Last support for IntelliJ 11.1.5, 12.1.7, 13.1.6 by plugin version 0.11!

Last support for IntelliJ 10.5.4 by plugin version 0.8.7

With this plugin your IntelliJ can recognize all of generated getters, setters and some other things from lombok project, so that you get code completion and are able to work without errors stating the methods don't exists.

Features / Supports

Many features of the plugin (including warnings) could be disabled through per-project settings.

Note: To make use of plugin features like @UtilityClass and for better val and Value support while using IntelliJ 14.1 - 2016.1, you need to enable "Runtime patching" in Plugin settings. This is not needed with 2016.2 and higher.

Installation

Plugin Installation

  • Using IDE built-in plugin system on Windows:
    • File > Settings > Plugins > Browse repositories... > Search for "lombok" > Install Plugin
  • Using IDE built-in plugin system on MacOs:
    • Preferences > Settings > Plugins > Browse repositories... > Search for "lombok" > Install Plugin
  • Manually:
    • Download the latest release and install it manually using Preferences > Plugins > Install plugin from disk...

Restart IDE.

Required IntelliJ Configuration

In your project: Click Preferences -> "Build, Execution, Deployment" -> "Compiler, Annotation Processors". Click Enable Annotation Processing

Afterwards you might need to do a complete rebuild of your project via Build -> "Rebuild Project".

Lombok project dependency

Make sure you have Lombok dependency added to your project. This plugin does not automatically add it for you.

If you are using Gradle/Maven/Ivy, see example below:

Gradle

In your build.gradle:

//'compile' can be changed to 'compileOnly' for Gradle 2.12+
// or 'provided' if using 'propdeps' plugin from SpringSource
compile "org.projectlombok:lombok:1.16.10"
Maven

In your pom.xml:

<dependencies>
	<dependency>
		<groupId>org.projectlombok</groupId>
		<artifactId>lombok</artifactId>
		<version>1.16.10</version>
		<scope>provided</scope>
	</dependency>
</dependencies>
Ivy

In your ivy.xml:

<dependency org="org.projectlombok" name="lombok" rev="1.16.10" conf="build" />

IntelliJ and Eclipse compiler

If you're using Eclipse compiler with lombok, try this setup:

  • install plugin
  • make sure Lombok dependency is added to the project
  • change compiler setting:
    • ... > Compiler > Java Compiler > Use Compiler: Eclipse
    • ... > Compiler > Annotation Processors > Enable annotation processing: checked (default configuration)
    • ... > Compiler > Additional build process VM options: -javaagent:lombok.jar

Developed By

[@mplushnikov Michail Plushnikov] (https://github.com/mplushnikov)

Contributors

Supporters

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

License

Copyright (c) 2011-2016 Michail Plushnikov. See the LICENSE file for license rights and limitations (BSD).

lombok-intellij-plugin's People

Contributors

mplushnikov avatar alexejk avatar spoonman avatar sheigutn avatar twillouer avatar mg6maciej avatar toadzky avatar centic9 avatar mlueders avatar siriah avatar dokky avatar gitter-badger avatar tomaszganski avatar uvpoblotzki avatar siosio avatar

Watchers

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