Daily Record: Enabling Code Completion in Keil

Daily Record: Enabling Code Completion in Keil

I don’t know if you have encountered a problem while using Keil, which is that even after enabling the switch during compilation, it compiles successfully but does not provide code suggestions. For example, in the following situation: At first, I thought there was an issue with my environment. After checking the environment variables and finding … Read more

Setting Up Code Completion in Keil MDK 5

Setting Up Code Completion in Keil MDK 5

Long press the QR code to recognize and follow, get new skills every week. Recently, while using the newly installed Keil 5 for programming, I often encountered the need to define a global variable at the top of the program file. During the subsequent programming process, I frequently needed to use this variable, and typing … Read more

Building the STM32 Development Environment from Scratch

Building the STM32 Development Environment from Scratch

This article can be skipped by experts who are already familiar with the setup; they must have already configured their environments. STM32CubeIDE Installation Double-click the installation package shown on the left side of the image below to install. Note that this installation package should not be placed in a Chinese path, otherwise, the error shown … Read more

Integrating Copilot AI into R Language for Automatic Code Completion

Integrating Copilot AI into R Language for Automatic Code Completion

Integrating an AI Automatic Code Completion Feature into R Language Introduction A few months ago, I saw on the official websites of RStudio and GitHub that the AI assistant Copilot has been integrated into RStudio through GitHub account authorization. With the power of AI, it is possible to achieve automatic code completion within RStudio. I … Read more