Is there a shortcut in STM32CubeIDE to quickly implement declared function / method?
In Visual Studio there is. I found there is the "Implement method" option in the IDE context menu, but it does nothing.
My project is properly configured, IDE knows where's the header and the source file. I can switch between them quickly. It's pretty annoying I have to type entire implementation by hand (or copy and paste it from the header) instead of some automatic function. It would be the best if all methods from the header would be automatically implemented as empty methods. Is it possible in STM32CubeIDE, or maybe I need a plugin for that?