Skip to content

FindaDeveloper/FindaPlugin-Android

Repository files navigation

Intellij plugin for Finda

Version Downloads

Set of useful features for Finda Developer!

It replace repetitive cumbersome tasks.
This allows developers to focus more on business logic.
Templates, frequently used commands, and even healthcare!


Features

Templates

Write the base code that needs to be written repeatedly instead!
All you need to do is enter the screen name, the plugin creates files and write base code instead of you.
Developers just need to focus on developing features. CodeTemplate example

Useful commands

Run commands that are repeatedly used during development with a click.

  • Re-sign AAB file
  • Clear application cache
  • Show overdraw or layout bounds

Code inspection

Plugin checks the code in real time and induces you to write it according to the code style.
It also introduces the 'quick fix' to help you fix problems automatically.

Health care

Encourage you to maintain the right posture every certain time. You can customize the time yourself or turn off.


LICENSE

MIT License

Copyright (c) 2021 Finda Developer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.