WhiteMemory99 / Intellij-Python-Inlay-Params

A PyCharm plugin that implements inlay parameter and type annotation hints for Python.
https://plugins.jetbrains.com/plugin/19538
MIT License
36 stars 5 forks source link

Not displayed in Marketplace #28

Closed payne911 closed 1 year ago

payne911 commented 1 year ago

I can't find the plugin in Marketplace :(

image

WhiteMemory99 commented 1 year ago

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

payne911 commented 1 year ago

Ah, I'm using Android Studio.

payne911 commented 1 year ago

image

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

WhiteMemory99 commented 1 year ago

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.

payne911 commented 1 year ago

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?

WhiteMemory99 commented 1 year ago

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.