- Add
FunctionDescriptor
type analysis - Add
MethodHandle#withVarargs
type analysis - Add inspection and quick fix for redundant
MethodHandles#dropReturn
calls - Add inspection and quick fix for
MethodHandles#constant
calls that can be replaced byMethodHandles#zero
calls - Add
MethodHandle#asType
type analysis, including inspections and quick fixes - Add
MemoryLayout#byteOffsetHandle
type analysis - Add inspection for
void
parameter types - Add
Linker#downcallHandle
type analysis - Improve
MethodHandles#tryFinally
type analysis
0.2.1 - 2024-08-12
- Avoid usage of internal API for method icons
0.2.0 - 2024-08-11
- Support a wide range of
MemoryLayout
related methods - Contribute type information as documentation on variables
- Inspections for
PaddingLayout
and alignment issues - Support for methods with
PathElement
parameters - Contribute completions for methods with
PathElement
parameters
0.1.0 - 2024-06-25
- Initial scaffold created from IntelliJ Platform Plugin Template