After the upgrade to IDE 2.0.0-rc9.1the Intellisense kind start to work.
It is great.
How should I declare the method headers?
I was using @brief, @param and @return, but the IDE did not recognized these keywords.
After the upgrade to IDE 2.0.0-rc9.1the Intellisense kind start to work.
It is great.
How should I declare the method headers?
This is a subject I am also interested in. I did some research on it recently and was not able to find any proper documentation on the subject.
This "hover" content comes from the industry standard free open source clangd C++ language server, and the handling on the GUI side is also not from Arduino's bespoke code. So if you are researching the subject you should avoid limiting your searches with the "arduino" keyword.
Here is what I know:
//) and C style (/**/) comments are recognized`inline code` . Even Markdown code fences (```) aren't working.clangd/clangd#529
If anyone discovers more information, please do share it.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.