All Projects → mrmanzhaow → Restfultoolkit

mrmanzhaow / Restfultoolkit

A Toolkit for RESTful services development.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Restfultoolkit

Multihighlight
Jetbrains IDE plugin: highlight identifiers with custom colors 🖌💡
Stars: ✭ 65 (-35.64%)
Mutual labels:  intellij, idea, plugin
material-design-color-palette
🎨Material Design color palette pluin for IntelliJ based IDEs.
Stars: ✭ 19 (-81.19%)
Mutual labels:  intellij, idea, intellij-plugin
Idea Conventional Commit
Context and template-based completion for conventional/semantic commits.
Stars: ✭ 115 (+13.86%)
Mutual labels:  intellij, intellij-plugin, idea
intelliroutes
Support for Play Routes in IntelliJ IDEA
Stars: ✭ 21 (-79.21%)
Mutual labels:  intellij, idea, intellij-plugin
Texify Idea
LaTeX support for the IntelliJ platform by JetBrains.
Stars: ✭ 436 (+331.68%)
Mutual labels:  intellij, intellij-plugin, idea
Yii2support
Yii2 Support for PhpStorm / IntelliJ IDEA
Stars: ✭ 280 (+177.23%)
Mutual labels:  intellij, intellij-plugin, plugin
IntelliJ-IDEA-Translate2Chinese
Chinese ​(Simplified)​ Language Pack EAP v201.15 魔改进行中...
Stars: ✭ 14 (-86.14%)
Mutual labels:  intellij, idea, intellij-plugin
Intellij jahia plugin
Jahia's definitions.cnd files syntax highlighting, code completion, and other amazing stuff
Stars: ✭ 19 (-81.19%)
Mutual labels:  intellij, intellij-plugin, plugin
Highlightbracketpair
🔆 Highlight bracket pair plugin for intellij
Stars: ✭ 428 (+323.76%)
Mutual labels:  intellij, intellij-plugin, plugin
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+190.1%)
Mutual labels:  intellij, idea, plugin
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-83.17%)
Mutual labels:  intellij, intellij-plugin, plugin
Intellij Figlet
🔌A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
Stars: ✭ 27 (-73.27%)
Mutual labels:  intellij, intellij-plugin, plugin
Idea Php Drupal Symfony2 Bridge
PhpStorm plugin to support Symfony components inside Drupal 8
Stars: ✭ 34 (-66.34%)
Mutual labels:  intellij, intellij-plugin
Jetbrains Helper
Jetbrains helper
Stars: ✭ 33 (-67.33%)
Mutual labels:  intellij, idea
I18nplugin
Intellij idea i18next support plugin
Stars: ✭ 43 (-57.43%)
Mutual labels:  intellij, intellij-plugin
Mongo4idea
MongoDB integration in Intellij
Stars: ✭ 966 (+856.44%)
Mutual labels:  intellij, intellij-plugin
Activity Tracker
Plugin for IntelliJ IDEs to track and record user activity
Stars: ✭ 52 (-48.51%)
Mutual labels:  intellij, plugin
Intellij Arend
Arend plugin for IntelliJ IDEA
Stars: ✭ 67 (-33.66%)
Mutual labels:  intellij, intellij-plugin
Pebble Intellij
Pebble support for IntelliJ IDEA
Stars: ✭ 68 (-32.67%)
Mutual labels:  intellij, intellij-plugin
Intellij
📄 IntelliJ 사용법
Stars: ✭ 69 (-31.68%)
Mutual labels:  intellij, intellij-plugin

RestfulToolkit

A toolkit for restful services development.

  • 1.ONE STEP to navigate to service declaration. ( use: Ctrl + \ or Ctrl + Alt + N )
  • 2.Show RESTful service structure.
  • 3.A simple request client tool.
  • 4.Add some useful functions at request method, "Generate&Copy Query Param", "Generate&Copy URL", etc.
  • 5.Other useful functions, "Convert to JSON" to java class,format json data *( Windows: Ctrl + Enter; Mac: Command + Enter ) .

supported Spring framework (Spring MVC / Spring Boot)

supported JAX-RS )

supported Kotlin language


一套 Restful 服务开发辅助工具集。

  • 1.根据 URL 直接导航到对应的方法定义 ( Ctrl \ or Ctrl Alt N );
  • 2.提供了一个 Services tree 的显示窗口;
  • 3.一个简单的 request client 工具;
  • 4.在 Controller 方法上添加了 "复制生成 URL","复制方法参数","复制生成 JSON" (方法参数中存在 RequestBody 注解) 等几个功能;
  • 5.其他一些个人觉得有用的小功能, java 类上添加 "Convert to JSON" 功能,格式化 json 数据 ( Windows: Ctrl + Enter; Mac: Command + Enter )。

支持 Spring 体系 (Spring MVC / Spring Boot)

支持 JAX-RS

支持 Kotlin 语言语法


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].