This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
Code for IBM i (C4i) is built as a Visual Studio Code plugin, heavily relying on the API's in VS Code. It would not be practical to develop a similar C4i plugin for PyCharm or IntelliJ (with a supposedly different API) - or any other popular IDE, e.g. NeoVIM, Zed, SublimeText, Notepad++.
Also note that C4i is being build by the community, not IBM. IBM has sponsored some of the development by allowing employees to participate in the development, but it is not owned by IBM.
C4i is open source, and the plugin is also available in the open source marketplace Open VSX. VS Code is open source, so anyone with the right skills can use the code to implement a similar plugin for their preferred IDE.
IMHO I see two practical options:
Ask the developer of your preferred IDE (JetBrains in this case) to support the VS Code API and plugins from Open VSX.
Use VS Code (or even better, VS Codium or similar VS Code clone, for avoiding being tied to the Microsoft ecosystem) next to your preferred IDE and change the setup of VS Codium/Code to use the same keybindings and have the same look/theme. This will make it easier to switch between the IDE's, still having the same experience. VS Codium/Code can be customized to look and behave totally different than the default setup.
Option 2 can be implemented here and now and seems to be the way to go.
HTH.
Best regards
Christian Jorgensen, C4i core team member, CEAC member
Instead of PyCharm specifically, make the extension usable for the IntelliJ framework.