Skip to content

IDE Settings

EasyApi settings can be accessed via Preferences(Settings) > Other Settings > EasyApi.

The settings dialog contains the following tabs:

General

General plugin settings:

SettingDescription
Enable Feign client supportRecognize @FeignClient interfaces as API controllers
Enable JAX-RS supportRecognize JAX-RS @Path resource classes (default: on)
Enable Spring Actuator supportRecognize Spring Boot Actuator endpoint classes
Log LevelPlugin logging verbosity: Silent, Error, Warning, Info, Debug, Trace
Output CharsetCharacter encoding for output files (e.g., UTF-8, GBK, ISO-8859-1)
Output demo in markdownInclude example values in Markdown export (default: on)
Markdown FormatOutput format for Markdown export: Simple or Ultimate

INFO

API scanning, automatic/concurrent scanning, and editor integration are now controlled from the Features tab.

Cache Management

Manage plugin caches:

SettingDescription
Project CachePer-project cache (view size, clear)
Global CacheGlobal cache shared across projects (view size, clear)

Repositories

Configure artifact repositories for gRPC runtime resolution:

ColumnDescription
TypeMaven Local, Gradle Cache, or Custom
PathRepository directory path
EnableEnable or disable the repository

EasyApi searches these repositories for gRPC runtime JARs when the gRPC call feature is enabled.

Markdown

The persistent Markdown settings tab (Settings > Other Settings > EasyApi > Markdown) holds the template configuration reused by every Markdown export. These are application-scope preferences, not per-export overrides — the export dialog itself only asks for an output directory and file name.

SettingDescription
Template FileA local .tpl / .md.tpl file to use as the template.
Template URLA remote http(s) URL to a remote template. Fetched on each export and cached for 10 minutes. Redirects are not followed.
LanguagePick a bundled locale-specific template (e.g. zh-CN, ja, en). en uses the bundled default.
Show inline templateReveal a text area to paste a template directly.
Copy default templateSave the bundled default template to a file so you can edit it.

See Export to Markdown for the template resolution order and bundled locale templates.

Postman

Postman-specific settings:

SettingDescription
Postman TokenYour Postman API token for direct upload
WorkspaceTarget workspace (click Fetch to load from Postman)
Export ModeHow to export: Create New (always create new collection) or Update Existing (update by module)
Build exampleGenerate example responses in Postman collections (default: on)
Wrap collectionWrap the exported collection in an outer folder
Auto merge scriptAutomatically merge pre-request and test scripts (default: off)
JSON5 Format TypeWhere to use JSON5 format: None, Request Only, Response Only, Example Only, or All
CollectionsModule-to-collectionId mapping (one per line, format: module:collectionId)

Hoppscotch (Beta)

Hoppscotch-specific settings (export to Hoppscotch is a beta feature):

SettingDefaultDescription
Hoppscotch TokenYour Hoppscotch access token for direct upload
Server URLhttps://hoppscotch.ioHoppscotch server URL
Backend URLHoppscotch backend URL (for self-hosted instances)

HTTP

Configure the built-in HTTP client:

SettingDescription
HTTP Client TypeSelect HTTP client implementation: Apache or Default (IntelliJ built-in)
HTTP TimeoutRequest timeout in milliseconds (default: 5000)
Allow unsafe SSLAllow connections to servers with self-signed certificates (default: off)

Extensions

Manage extension configurations that provide framework-specific rules. Extensions can be enabled or disabled individually. Select an extension in the list to preview its configuration content.

Available extensions include:

ExtensionDefaultDescription
springOnSpring framework support (HttpEntity, RequestEntity, ResponseEntity, DeferredResult)
spring-webfluxOnSpring WebFlux reactive type support (Mono, Flux, Publisher)
spring-propertiesOffSpring properties support (import and resolve application.properties/yml)
spring-validationsOnSpring validation annotations (@NonNull, BindingResult ignore)
spring-configurationOnSpring ConfigurationProperties support
jacksonOnJackson annotations support (basic + advanced)
gsonOnGson annotations support (@SerializedName, @Expose)
fastjsonOffFastjson annotations support (@JSONField)
swaggerOnSwagger 2.x annotation support
swagger3OnOpenAPI 3.x / Swagger 3 annotation support
javax-validationOnJavax validation annotations (@NotNull, @NotBlank, @NotEmpty)
javax-validation-strictOffJavax validation with strict group checking
jakarta-validationOnJakarta validation annotations (@NotNull, @NotBlank, @NotEmpty)
jakarta-validation-strictOffJakarta validation with strict group checking
ignoreOnIgnore classes/APIs marked with #ignore
deprecatedOnDeprecated info for Java and Kotlin
convertsOnType conversions for common types (Date, ObjectId, etc.)
field-utilsOnField handling utilities (ignore system fields, transient, serialVersionUID, etc.)
field-order-parent-firstOffParent class fields first, child class fields last
field-order-child-firstOffChild class fields first, parent class fields last
field-order-alphabeticallyOffFields ordered alphabetically (A-Z)
field-order-alphabetically-descOffFields ordered alphabetically descending (Z-A)

Remote

Add remote configuration file URLs. Remote configs are loaded after local configs and can override local settings.

See Remote Config for details.

Rules

Manage rule files in the folder-based rule model. See Local File Config and Config Rules for the rule format and syntax.

The tab has three sub-tabs:

Sub-tabLocationScope
Project<project>/.easyapi/*.rulesCurrent project only
Global~/.easyapi/*.rulesEvery project on the machine
RemoteRemote URLsPer URL

From this tab you can:

  • Create, edit, and delete rule files.
  • Enable or disable individual rule files without removing them.
  • Open a rule file in an editor dialog with the built-in AI assistant (Chat / Magic buttons).

See Write Rules with the Built-in AI Assistant for the AI workflow.

AI

Configure the AI provider used by the built-in rule-authoring assistant.

SettingDescription
ProviderThe AI provider (OpenAI, Anthropic, Google Gemini, Azure OpenAI, Ollama, DeepSeek, Groq, Mistral, xAI, and many OpenAI-compatible hosts). A "Custom" option points at any OpenAI-compatible endpoint.
Base URLProvider API endpoint. Pre-filled from the provider default; override for proxies or self-hosted endpoints.
ModelModel identifier. Pre-filled from the provider default; override to use a different model.
API KeyStored securely in the IDE's password store. Required for providers that need one.
Request Timeout (sec)HTTP timeout for each AI request (default: 60).
Max RequestsMaximum requests per assistant turn (default: 100). The assistant asks you to confirm when the limit is reached.

Click Test Connection to verify the provider works. The assistant is available from the Rules tab via the Chat and Magic buttons.

See Write Rules with the Built-in AI Assistant for the full workflow.

Built-in

View the built-in configuration rules that ship with EasyApi.

Other

Additional settings:

SettingDescription
Output CharsetCharacter encoding for output files
Allow unsafe SSL connectionsAllow connections to servers with self-signed certificates
HTTP Timeout (ms)HTTP request timeout in milliseconds (1000-600000)

gRPC

Configure gRPC support:

SettingDefaultDescription
Enable gRPC supportOnRecognize gRPC service classes
Enable gRPC callOffAllow calling gRPC endpoints from the IDE
Auto DetectAutomatically detect gRPC runtime artifacts in project
Runtime PackagesgRPC runtime artifact configurations (group:artifact:version:enabled)
Additional JARsAdditional JAR files for gRPC runtime

When gRPC call is enabled, the runtime packages panel becomes visible. Click Auto Detect to automatically find gRPC runtime artifacts in your local Maven/Gradle repositories.

Runtime packages can be configured with version mode:

  • Latest: Use the newest version found in repositories
  • Fixed: Use a specific version

See gRPC for more details.

Features

The Features tab is the single place to enable or disable extension points. Its lists are built dynamically from the installed plugin components:

SectionWhat it controls
API FeaturesAPI Scanning (master switch, default on), with nested Automatic API Scanning (default on) and Concurrent API Scanning (default off), plus Editor Integration (gutter icons/line markers, default on, requires API Scanning).
Framework SupportFramework recognizers such as Feign, JAX-RS, Actuator, gRPC, and Custom. A framework that is disabled by default appears here and can be explicitly enabled.
Export ChannelsOutput channels such as Markdown, Postman, cURL, HttpClient, Hoppscotch (Beta), and OpenAPI (Beta). Experimental channels are disabled by default.
Field Format ChannelsField serializers such as JSON, JSON5, Properties, and YAML.

API scanning, automatic/concurrent scanning, and editor integration are now controlled from the Features tab (in the API Features group). The API Scanning toggle is the master switch for API discovery — when it is off, automatic scanning, concurrent scanning, and the API gutter icon are all disabled.

Features take effect immediately without restarting the IDE. Manual rescan stays available even when Automatic API Scanning is turned off, so you can still trigger a scan on demand. Disabling API Scanning automatically disables Automatic/Concurrent Scanning and Editor Integration (dependency enforcement). Turn API Scanning on before troubleshooting a missing endpoint in the dashboard or editor.

cURL

The cURL settings tab controls variable rendering and the defaults used by both batch export and Dashboard Copy as cURL:

SettingDescription
Render modeKeep placeholders, resolve with the active environment, or ask before each export. Environment values take precedence over config-reader values.
Copy from editedUse the endpoint edited in the Dashboard instead of the source endpoint when copying cURL.
Include comments and section dividersAdd endpoint headings and separators to a batch script.
Pretty-print JSON bodyFormat JSON request bodies with indentation.
Multi-line formatPut one cURL flag on each line.
Long flagsUse --request, --header, --data, and --form instead of short flags.
Response exampleAppend an available response body as a comment.
Run pre-request scriptsApply folder/class scripts during batch export and folder/class/endpoint scripts for single-endpoint copy.

The export dialog exposes the formatting and pre-request-script options as per-export overrides.

OpenAPI (Beta)

OpenAPI export is disabled by default. After enabling it in Features, the OpenAPI settings tab lets you choose JSON, YAML, or Ask each export. The default file names are openapi.json and openapi.yaml.

Document-level metadata is configured with openapi.info.title, openapi.info.version, openapi.info.description, and openapi.server.url rules. The legacy openapi.host rule is also supported. See Export to OpenAPI.

Custom framework

Custom framework support is disabled by default and is enabled from Features > Framework Support. Its dedicated settings provide an optional line-marker toggle. Extraction itself is configured with custom.* rules; see Custom Framework.

Released under the Apache-2.0 License.