1.7 KiB
1.7 KiB
Frequently asked questions — CMake Tools 1.4.0 documentation
How can I get help?
Please visit the end-user support chat. This is a community chat. Microsoft does not actively monitor it.
Also look in the Troubleshooting guide.
Check the CMake Tools issue tracker and What's New to see if your issue is already known/solved before submitting a question or bug report. Feel free to Open a Github issue if your problem hasn't been reported.
Explore the CMake Tools documentation
What about CMake language support?
CMake Tools was created separately from the CMake extension, which provides language coloring and autocompletion support.
How do I learn about CMake?
CMake Tools is not the same as CMake. There are many great resources around to learn how to use CMake.
- Jason Turner's C++ Weekly - Intro to CMake is a good introduction.
- CMake's documentation
- CMake's "Mastering CMake" book
- "Professional CMake"- a $30 book by Craig Scott (one of the maintainers of CMake).
How does CMake Tools work with C and C++ IntelliSense?
See Pass command-line arguments to the debugger
How do I perform common tasks
See the How To.