tommasoclini commented on issue #12625: URL: https://github.com/apache/nuttx/issues/12625#issuecomment-2211380217
Yeah, I definitely understand, I have used IDEs in the past, but they are so slow and use so many resources. The only alternatives I've found are VS Code and terminal based editors like Vim or Neovim, given the speed of VS Code if configured correctly and the possibility to use the mouse for easier in person collaboration and debugging, I've gone down that path. I've found many amazing VS Code extensions. I've developed some esp-idf and cubeclt based applications, and it has worked perfectly (I haven't had any problems with debugging). But I have yet to figure out how to use VS Code for developing nuttx based applications, for example, some header files like cstdio or stdio.h are in the nuttx repository, instead VS Code takes me to the ones found with the tool chain I've installed, also header files with the same name, but different locations, VS Code always takes me to the wrong place. Do you have any tips on how to make VS Code work with nuttx? Is there any kind of documentation or manual? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
