Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xixixao/sublime-javax
Java code generation for Sublime Text
https://github.com/xixixao/sublime-javax
Last synced: 8 days ago
JSON representation
Java code generation for Sublime Text
- Host: GitHub
- URL: https://github.com/xixixao/sublime-javax
- Owner: xixixao
- License: mit
- Created: 2014-05-04T04:16:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T17:33:38.000Z (over 10 years ago)
- Last Synced: 2024-11-14T20:47:45.188Z (2 months ago)
- Language: Python
- Size: 375 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
JavaX - Code Generator for Sublime
==================================A [Sublime Text 2](http://www.sublimetext.com/2) and
[3](http://www.sublimetext.com/3) plugin that enables you to…**generate Java code**
---
- [Synopsis](#synopsis)
- [Installation](#installation)
- [Usage](#usage)
- [Builder Pattern](#builder-pattern)Synopsis
--------If you're stuck with Eclipse for developing Java, you might find the following code generations handy.
Installation
------------It is available through
[Sublime Package Contol](http://wbond.net/sublime_packages/package_control) and
this is the recommended way of installation (brings configuration instructions,
automatic updates with changelogs…).Usage
-----### Builder Patter
Highlight the fields you want to set via a Builder, toggle Command Palette (see Tools) and type `JavaX: Generate Builder`.
![Generating Builder](https://github.com/xixixao/sublime-javax/raw/master/generate_builder.gif)