This article label: Hongmeng Development Tools/CodeGenie
this article DevEcoStudio version number: 5.1.0.828
the birth of AI is definitely the gospel of program developers. If developers at this time have not really come into contact with AI, it is really a bit against the Times. Whether it is consulting problems or generating code, it can be said that the emergence of AI has solved many pain points in daily development. AI platforms such as deepseek, chatGPT, bean bags, Wenxin Yiyan, etc., as well as AI code tools cursor, trae, as well as the current Tencent plug-in codebuddy, and so on, all for the program development provider convenience.
However, after using so many AI platforms, I don't know if you, as a developer of Hongmeng, feel that the codes generated by these platforms and the answers to questions given are sometimes quite different from the actual results you want, requiring many calibrations to be slightly consistent. It is not that these platforms are not accurate enough, but as a new language, the knowledge base in the market is estimated to be updated in the future, even if we have a consistent result, we still have to copy it into the project to use it, which is sometimes not very convenient.
Is there an AI tool that can output knowledge or code related to Hongmeng without deliberately inputting too many instructions, with very high accuracy and can be directly written into the project? The answer is yes, that is, the AI programming tool CodeGenie in DevEcoStudio.
The entrance is very simple. If you are the latest IDE, you will find the CodeGenie menu button on the vertical button on the right, as shown in the following figure:
after clicking, we can enter the main page of CodeGenie.
At present, we need to log in to use it. We can click Sign in to log in. After logging in, we will enter the following page:
Currently, three model capabilities are provided, namely, HarmonOS, Service Widget, and deepseekr1. By default, HarmonOS is used, as shown in the following figure:
HarmonOS
HarmonOS capability, there are two functions to choose from, one is Knowledge Q&A
one is Generate Code, which is knowledge quiz and Code generation respectively.
There is a very big difference between the two abilities. One is a specialized knowledge question and answer, which will give you a layer-by-layer analysis of how to implement it and finally give the answer, while code generation will directly give the code case.
Simple examples of knowledge questions and answers:
simple example of code generation:
Service Widget
Service Widget is a Service component. Using this capability, it will quickly help you implement a desktop Service card and generate it completely automatically. Of course, you can make it as consistent as possible with what you want through detailed instructions.
In the following case, let it generate a three-column service card. In fact, you can describe it in more detail, such as the theme, style, component arrangement, etc.
By default, it will give three cases. You can choose what you need and save it to the project.
DeepSeekR1
this is an official improved question-and-answer function, which can quickly answer questions related to Hongmeng, and the accuracy is very high. When Consulting, you don't need to add some keywords deliberately, just ask directly. It is recommended that you choose this for consulting questions and code generation.
In the following case, I casually consulted a question.
As you can see, both the analysis and the answer are very accurate.
The above is a simple overview of CodeGenie's functions. I hope I can help friends in need.
Top comments (0)