mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
- `SimpleInjection` now takes `Language` as first parameter, not `String` - `.doneInjecting()` should be called at the end of injecting - Added information about the `elementsToInjectIn()` method, which also needs to be implemented. - added `plugin.xml` example in `MultiHostInjector` for consistency