At present, the commonly used IDE has Visual Studio
Eclipse
Intellij
, if I want to develop plug-ins for these three ides, I have to write three sets of code.
I would like to know, whether there is a framework
that can achieve a set of code to complete the plug-in development of multiple platforms
.
Like the current front-end framework Flutter, a set of code can generate small programs for web pages and mobile applications
Try:I searched on github for several well-known tools that provide plugins for the three platforms, but all are independent projects.
Expecting: I was hoping someone would recommend an open source framework that could implement my idea, or give me some ideas that could work
黄宇策 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.