Intellij-Python-Inlay-Params icon indicating copy to clipboard operation
Intellij-Python-Inlay-Params copied to clipboard

Not displayed in Marketplace

Open payne911 opened this issue 2 years ago • 2 comments

I can't find the plugin in Marketplace :(

image

payne911 avatar Nov 18 '22 17:11 payne911

Hi. It's there for me. Make sure your PyCharm is updated to the latest version.

Alternatively, you can open the plugin web page and press the install button (if your IDE is compatible). Or just install it manually from releases

WhiteMemory99 avatar Nov 18 '22 17:11 WhiteMemory99

Ah, I'm using Android Studio.

payne911 avatar Nov 18 '22 17:11 payne911

image

Wait, but if it works for "IntelliJ CE", shouldn't it work or Android Studio?

payne911 avatar Jan 20 '23 20:01 payne911

JetBrains doesn't include Android Studio to the plugins targeting PyCharm compatible IDEs. That's just how it is, most likely because Android Studio is considered to be a completely separate product and could have incompatible API differences.

You could try building the plugin yourself, targeting Android Studio. I hope it works.

WhiteMemory99 avatar Jan 20 '23 20:01 WhiteMemory99

You could try building the plugin yourself, targeting Android Studio. I hope it works.

I tried, but at my company we use build 212, whereas you built against 213. So manually installing the plugin gives me an error.

Are there non-compatible APIs that prevent you from building against 212?

payne911 avatar Jan 20 '23 22:01 payne911

It was raised to 213 because there were compatibility issues with anything below at that time. You can try lowering it at your own risk.

WhiteMemory99 avatar Jan 20 '23 22:01 WhiteMemory99