https://github.com/caplin/caplin-intellij-plugin
https://github.com/caplin/caplin-intellij-plugin
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caplin/caplin-intellij-plugin
- Owner: caplin
- Created: 2013-06-04T20:12:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-25T13:30:58.000Z (over 12 years ago)
- Last Synced: 2025-05-20T07:07:05.583Z (8 months ago)
- Language: Java
- Size: 1.71 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
caplin-intellij-plugin
======================
Introduction
---------------------
An IntelliJ code generation plugin for Caplin Trader projects.
Features
---------------------
ALT + Insert is your friend. When in a JavaScript file (in a Caplin Trader application) the following code generation options are available.
- Generate class
- Generate method
- Generate private method
- Implement an interface (and find it with a quick search similar to Sublime's implementation)
Installation
---------------------
- Download the [plugin zip here (CodeCompletion0.1.zip)](build/CodeCompletion0.1.zip?raw=true)
- In IntelliJ go to settings, plugins, install plugin from disk, choose the zip
TODO
---------------------
This is only the start, there are many other code snippets that could be generated automatically when working on a CT project.
JS Files
- Extend class
- Get service
- Create service
- Create new... (EditableProperty, Formatter, TradeModelPropertyFactory etc)
Grid Definitions
- Create grid
- Extend grid
- Create column
- Use renderer
HTML Templates
- Create template
i18n
- Create property