Relative Content

Tag Archive for kotlinintellij-plugin

How do I get a BindingContext for a Kotlin KtCallExpression in my plugin?

I’m writing a plugin and trying to resolve the target of a Kotlin function call in IntelliJ and have a reference to a KtCallExpression which seems like a good start. However examining other places in IntelliJ platform code it looks like I need to get a BindingContext to be able to resolve the target.

How do I get a BindingContext for a Kotlin KtCallExpression in my plugin?

I’m writing a plugin and trying to resolve the target of a Kotlin function call in IntelliJ and have a reference to a KtCallExpression which seems like a good start. However examining other places in IntelliJ platform code it looks like I need to get a BindingContext to be able to resolve the target.

How do I get a BindingContext for a Kotlin KtCallExpression in my plugin?

I’m writing a plugin and trying to resolve the target of a Kotlin function call in IntelliJ and have a reference to a KtCallExpression which seems like a good start. However examining other places in IntelliJ platform code it looks like I need to get a BindingContext to be able to resolve the target.

How do I get a BindingContext for a Kotlin KtCallExpression in my plugin?

I’m writing a plugin and trying to resolve the target of a Kotlin function call in IntelliJ and have a reference to a KtCallExpression which seems like a good start. However examining other places in IntelliJ platform code it looks like I need to get a BindingContext to be able to resolve the target.

How do I get a BindingContext for a Kotlin KtCallExpression in my plugin?

I’m writing a plugin and trying to resolve the target of a Kotlin function call in IntelliJ and have a reference to a KtCallExpression which seems like a good start. However examining other places in IntelliJ platform code it looks like I need to get a BindingContext to be able to resolve the target.