バージョン & 機能マトリクス¶
このページでは IDE の互換性情報と、ReScript IntelliJ Plugin の各バージョンで追加された機能の一覧を提供します。バージョニング方針・リリース手順・各バージョン情報の信頼できる情報源については、開発者向けバージョン参照ドキュメントを参照してください。
IDE 互換性¶
プラグインバージョン |
IntelliJ Platform |
JDK |
ReScript |
Language Server |
|---|---|---|---|---|
0.1.2 -- 0.1.12 |
2025.3+ |
21+ |
v11+ |
|
注釈
ネイティブ機能(シンタックスハイライト、コード折りたたみ、ブレースマッチングなど)は Language Server なしで動作します。LSP ベースの機能(補完、診断、定義ジャンプなど)を使用するには、プロジェクトに @rescript/language-server 1.0.0 以降をインストールする必要があります。0.x 系は本プラグインが使用する LSP 拡張プロトコル(rescript/compilationStatus、textDocument/createInterface、textDocument/openCompiled、Semantic Tokens)に対応しないためサポート対象外です。
バージョン別機能一覧¶
未リリース
Feature |
Category |
|---|---|
TypeScript/JSX paste conversion |
Paste |
REPL icon and improved input area |
REPL |
REPL resizable split, auto-scroll, history navigation |
REPL |
REPL syntax highlighting in input area |
REPL |
UI test framework with Remote-Robot |
Infrastructure |
2026-03-19 リリース
Feature |
Category |
|---|---|
Benefit descriptions in Sphinx feature docs |
Documentation |
Japanese translations for all Sphinx docs |
Documentation |
Health checker extraction |
Refactoring |
Completion weigher deduplication |
Improvement |
Path utilities consolidation |
Improvement |
2026-03-16 リリース
Feature |
Category |
|---|---|
File type recovery startup activity |
Infrastructure |
2026-03-12 リリース
Feature |
Category |
|---|---|
Missing keyboard shortcuts in docs |
Documentation |
Missing settings documentation in Sphinx docs |
Documentation |
Undocumented features added to Sphinx docs |
Documentation |
2026-03-11 リリース
バグ修正のみ(スレッド修正、アイコン属性修正、バージョン文字列修正)。
2026-03-10 リリース
バグ修正のみ(EDT スレッド、GenerateGroup、testCreator extension point)。
2026-03-10 リリース
Feature |
Category |
|---|---|
JUnit 5 migration |
Refactoring |
Regex centralization |
Refactoring |
Brace balance extraction |
Refactoring |
Postfix template deduplication |
Refactoring |
2026-03-06 リリース
Feature |
Category |
|---|---|
Process utility extraction |
Refactoring |
2026-03-05 リリース
Feature |
Category |
|---|---|
Plugin icon |
Improvement |
Verifier warnings fix |
Improvement |
2026-03-03 リリース -- 109 機能を搭載した初回リリース
シンタックス
Feature |
Description |
|---|---|
Syntax highlighting |
JFlex lexer-based token coloring for all ReScript constructs |
Semantic highlighting |
LSP semantic tokens for high-precision coloring |
Color scheme settings |
Per-token color customization (Darcula / Default themes) |
Brace matching |
|
Code folding |
Module, declaration, and block comment folding |
|
Custom folding markers |
Commenter |
Line ( |
Breadcrumbs |
Scope path display at editor top |
Context Info |
Sticky top-level declaration headers on scroll |
補完
Feature |
Description |
|---|---|
LSP completion |
Type-aware intelligent completion via language server |
Postfix completion |
|
Live templates |
15+ snippets ( |
Live template context |
ReScript-specific context + |
Completion confidence |
Suppress completion popup in comments and strings |
Completion weigher |
Context-based candidate ranking |
Signature Help |
Parameter info popup on |
Parameter Info Handler |
Labeled argument display via Ctrl+P |
Lookup char filter |
Character filtering during candidate selection |
Feature |
Description |
|---|---|
Definition jump |
Ctrl+Click / Ctrl+B to definition |
Find Usages |
Symbol usage search with WordsScanner indexing |
Go to Symbol |
Cmd+Option+O symbol search |
Search Everywhere |
Shift+Shift unified file/symbol search |
Go to Related |
Navigate between |
Go to Implementation |
|
Go to Super |
|
Go to Test |
Implementation/test file navigation (Ctrl+Shift+T) |
|
Alt+O to toggle implementation/interface |
Navigation bar |
Structure-based navigation bar |
External documentation |
Belt/Js module docs via Shift+F1 |
Quick documentation |
PSI-based fallback docs via Ctrl+Q / hover |
File Include Provider |
|
Type signature search |
Reverse function lookup by type signature |
Run Anything |
Ctrl+Ctrl for ReScript CLI commands |
編集
Feature |
Description |
|---|---|
20+ Intention Actions |
Wrap with Some/Ok/Error, @genType, labeled args, pipe conversion, etc. |
Surround With |
Wrap selection in if/switch/try/block (Ctrl+Alt+T) |
Unwrap/Remove |
Remove Some/Ok/Error/if/switch/try/braces (Ctrl+Shift+Delete) |
Smart Enter |
Complete statement and newline (Shift+Enter) |
Enter Handler |
Auto-continue doc/line comments |
Join Lines |
Smart join for let/pipe/arrow |
Word Selection |
Expand/shrink selection for strings, brackets, comments |
Statement Mover |
Move top-level declarations up/down (Alt+Shift+Up/Down) |
Move Element Left/Right |
Comma-separated element reordering |
JSX close tag |
Auto-insert closing tag on |
Backspace Handler |
JSX tag pair deletion |
Copy/Paste Pre-Processor |
String literal escape on paste |
Paste as JSON.t |
Clipboard JSON to ReScript |
Paste as JSX |
HTML to ReScript JSX conversion |
Split/Join List |
Toggle single-line/multi-line lists |
Code Block Handler |
Block boundary detection (Ctrl+Shift+[/ |
Qualified Name Copy |
Full qualified name copy (Cmd+Shift+Alt+C) |
File templates |
Module, Interface, Component templates |
Code Rearranger |
Auto-sort top-level declarations |
Strip Trailing Spaces |
Preserve whitespace in string literals |
Editor Floating Toolbar |
Format/Open JS/Create Interface toolbar |
実行とビルド
Feature |
Description |
|---|---|
Run configuration |
ReScript build execution via rescript.json |
Gutter run icons |
Run icons in |
Build status widget |
Compiler status in status bar |
Build auto-start prompt |
|
Console filter |
Clickable file:line links in compiler output |
Compiled JS preview |
Real-time preview of compiled JavaScript |
Open compiled JS |
Open corresponding |
Format on save |
External formatter via |
Format check |
Detect unformatted code with Quick Fix |
Interface file generation |
|
Project wizard |
12 project templates (Basic, Vite+React, Next.js, etc.) |
Framework detector |
Auto-detect ReScript via rescript.json |
LSP auto-install |
One-click language server installation |
Restart LSP action |
Restart LSP server from Tools menu |
テスト
Feature |
Description |
|---|---|
Test runner |
jest/vitest auto-detection with SMTRunner |
Test source filter |
|
分析
Feature |
Description |
|---|---|
Real-time diagnostics |
Inline compile errors/warnings via LSP |
Inlay hints |
Inferred type annotations |
Code Lens |
Type signature display above functions |
Error Lens |
Inline diagnostics at line end |
Type mismatch hints |
Structured Expected/Actual type display |
Type mismatch diff |
Color-coded type error diff |
Inspections |
Duplicate open, empty module, missing config, signature sync, mutability, style lint |
Reanalyze integration |
Dead code / unhandled exception analysis |
Reanalyze server mode |
Daemon mode for fast incremental analysis |
Import optimizer |
Auto-remove duplicate/unused opens (Ctrl+Alt+O) |
Quick Fixes |
Add open, qualify reference, generate function, type hole suggestions |
Problem highlight filter |
Suppress highlights in node_modules |
Expression type |
Show type at cursor (Ctrl+Shift+P) |
Pipe chain type hints |
Intermediate types in |
PPX visualization |
PPX annotation effects as inlay hints |
Color provider |
Color preview swatches for #hex, rgb, hsl |
Inspection suppressor |
|
高度な機能
Feature |
Description |
|---|---|
Refactoring (Extract Variable) |
Extract expression to |
Refactoring (Extract Function) |
Extract to new function (Ctrl+Alt+M) |
Refactoring (Inline) |
Inline variable/function (Ctrl+Alt+N) |
Refactoring (Change Signature) |
Modify function signature (Ctrl+F6) |
Refactoring (Introduce Constant) |
Extract literal to constant |
React component extraction |
Extract JSX to new component |
Rename |
LSP-powered symbol rename |
Safe Delete |
Usage-checked safe deletion |
Name suggestion |
Type/filename-based name suggestions |
Generate actions |
Switch arms, module type, make function, record value, JSON encoder/decoder, module impl |
.d.ts binding generation |
TypeScript |
Structure view |
File symbol tree |
Module hierarchy |
Module dependency tree |
Call hierarchy |
Callers/Callees tree (Ctrl+Alt+H) |
Dependency diagram |
Module dependency graph visualization |
Package dependencies view |
rescript.json dependency tree tool window |
Type Info toolwindow |
Always-visible type display |
REPL |
Interactive execution environment |
Worksheet mode |
|
Scratch file |
ReScript scratch file creation |
PPX expansion view |
PPX macro expansion tool window |
Compiled JS nesting |
Nest compiled JS under |
|
Nest |
Project View decorator |
"has interface" suffix, rescript.json version |
VCS Code Vision |
Author/last-change annotations |
Stub index |
Fast symbol search via PSI stub index |
Open statement index |
File-based index for fast module lookup |
Spellcheck dictionary |
ReScript-specific terms |
|
JavaScript highlighting in |
|
RegExp language injection |
Markdown ReScript highlight |
ReScript in |
Grazie text extractor |
Natural language extraction for Grazie |
JSON Schema |
Completion/validation for rescript.json |
Reader mode |
Read-only view for node_modules |
Auto Import options |
Settings > Editor > Auto Import UI |
Predefined code style |
"ReScript Standard" preset |
GitHub error reporter |
Automatic error reporting to GitHub Issues |
Highlight usages |
Matching keyword highlighting (switch/if/try) |
Element signature |
Folding state persistence |
TODO indexing |
TODO/FIXME pattern recognition |
LSP initialization options |
6 settings sent to LSP server |
Dump LSP State |
Debug LSP internal state |