## Summary Scrape and collect documentation for all C++ IDEs listed in the investigation. Some sources are already identified; others need confirmation. ## Tools & known sources - **Visual Studio**: [GitHub](https://github.com/MicrosoftDocs/visualstudio-docs), [Website](https://learn.microsoft.com/visualstudio), [Previous versions](https://learn.microsoft.com/en-us/previous-versions/visualstudio) - **CLion**: [Website](https://www.jetbrains.com/help/clion/) - **VS Code**: [GitHub](https://github.com/microsoft/vscode-docs), [Docs](https://code.visualstudio.com/docs), [Updates](https://code.visualstudio.com/updates), [Blog](https://code.visualstudio.com/blogs), [API](https://code.visualstudio.com/api) - **Code::Blocks**: [Docs](https://www.codeblocks.org/docs/main_codeblocks_en.html), [News](https://www.codeblocks.org/post/), [Wiki](https://wiki.codeblocks.org/index.php/Main_Page), [Forums](https://forums.codeblocks.org/) - **Eclipse CDT**: [Docs](https://help.eclipse.org/latest/index.jsp), [Discussions](https://github.com/eclipse-cdt/cdt/discussions) - **Xcode**: [Docs](https://developer.apple.com/documentation/xcode) ## Acceptance criteria - [ ] Documentation scraped/collected for each IDE from the sources above. - [ ] Output format and storage location agreed and documented.
Summary
Scrape and collect documentation for all C++ IDEs listed in the investigation. Some sources are already identified; others need confirmation.
Tools & known sources
Acceptance criteria