Git Product home page Git Product logo

inkenetplugin's Introduction

1. 插件功能介绍:

根据网络请求Key-value对中的Key生成网络请求代码

2. 插件内容输入

  • 网络请求地址
  • 请求参数,类型,参数介绍(用于生成请求JavaBean)
  • 响应json字符串( 用于生成响应JavaBean)
  • 请求方式选择(GET / POST)

3. 生成代码

  • 生成网络请求类
  • 生成网络请求方法,供外部直接调用
  • 生成网络响应类

4. 友好使用交互

  • 自动打开代码好的文件,以供开发者定位文件进行代码调整

5.目的

  • 本项目给插件学习者提供参考,学习后,能轻松进行插件开发。

6.进阶使用

  • 插件开发支持模板化开发: PsiClass clazz = JavaDirectoryService.getInstance().createClass(directory, className, templateName)

7. 效果截图

效果为:demoshow.gif文件

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.