Coding Assistance
Provides hints and function search for functions in the Kunpeng Library; associates and highlights the tuned functions in the Kunpeng Library during coding.
Prerequisites
You have logged in to the Kunpeng DevKit.
Coding Assistance
After the Development Assistant is installed, it automatically downloads the Kunpeng dictionary library data. After the dictionary library data is downloaded, the tool enables syntax highlighting, function hints, and automatic code supplementation.
- Enter code on the code editing area. The plugin automatically associates functions or supplements code based on the entered content.Figure 1 Smart association
The Development Assistant supports smart association of functions such as TEE, MPI, KML and DPAK in multiple SDK scenarios.
- You can use the up and down arrow keys to highlight the description of the associated content. You can also click the link address in the description box to view the detailed definition of the function.Figure 2 Syntax highlighting/Smart association/Hints
Function Search
The Development Assistant enables you to search for functions by name, tuning point, function description, intrinsic function name, detailed function definition, Intel intrinsic function name, Intel assembly instruction name, or Arm assembly instruction name.
- Click
in the upper right corner of the editing area. Enter a keyword in the search box and click a function to jump to the header file definition.Figure 3 Function search after the Kunpeng Library is used
- Click an intrinsic function to open the intrinsic help document. For example, if you enter the builtin function in the search box, related help document is displayed. See Figure 4 and Figure 5.

