GithubHelp home page GithubHelp logo

sublime-gradle's Introduction

Origins

Forked from the excellent start by koizuss, I've kept this project separate because I think some of my changes are really philosophical departures that not everyone may want.

Sublime Gradle

Support for use with Gradle in Sublime Text 3.

Use version:

  • Sublime Text 3: Build 3059
  • Gradle: 1.11

Installation

The easiest and best way to install is via the Sublime Package Control plugin. Package control makes it easier to upgrade and also ensures you won't get pre-release updates unless you specifically want to.

  1. Install Package Control as you see fit.

  2. Open "Package Control: Install Package" in your Command Palette and search for "Gradle Language"

(if you already have it installed, select "Package Control: Upgrade Package" to upgrade)

To install manually and/or get the bleeding edge using a shell/Terminal (on OS X, Linux or Cygwin), via git:

cd ~/"Library/Application Support/Sublime Text 3/Packages/" # location on OS X; will be different on Linux & Windows
git clone https://github.com/kingofmalkier/sublime-gradle

or, if you don't have git installed:

cd ~/"Library/Application Support/Sublime Text 3/Packages/"
curl -L https://github.com/kingofmalkier/sublime-gradle/tarball/master | tar xf -

The plugin should be picked up automatically. If not, restart Sublime Text.

Usage

When using the extension .gradle, files should be automatically be detected as the Gradle type.

Project attributes (properties and methods) automatically highlight and auto-complete throughout the build file.

Typed tasks (Copy, Exec, etc.) should automatically highlight and auto complete only their own attributes, plus any attributes defined on the parent Task and Project attributes.

Recognized task types will highlight in a different color (in most color schemes) to emphasize that you are using a predefined type.

Tasks of any sort highlight as functions, which means that the "Goto Anything..." will offer them as choices when you use '@'.

Bugs and Feature Requests

https://github.com/kingofmalkier/sublime-gradle/issues

sublime-gradle's People

Contributors

dmaslakov avatar koizuss avatar

Watchers

 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.