2025-05-07 14:59:04 +02:00

4.8 KiB

Plugin Development FAQ

List of plugin development forum topics with frequently asked questions.

This FAQ is a topical index of questions that have been asked (and answered) on the archived IntelliJ IDEA Open API and Plugin Development forum. See on how to post new questions.

See also for more information and strategies.

Working with XML and XML DOM

See also .

How do I register a DTD or XSD?

To register a bundled DTD/XSD file, use for static or for programmatic registration.

Refactoring

How can I receive notifications about refactoring events?

RefactoringEventListener

How do I show a refactoring dialog programmatically?

RefactoringActionHandlerFactory

Editors, Documents and Files

Custom Languages

User Interface

General