All Projects → twxs → Vs.language.cmake

twxs / Vs.language.cmake

Licence: mit
Syntax highlighting for Cmake in Visual Studio Code

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vs.language.cmake

Vscode Cmake Tools
CMake integration in Visual Studio Code
Stars: ✭ 702 (+996.88%)
Mutual labels:  cmake, visual-studio-code
Android Cmake
CMake toolchain file and other scripts for the Android NDK
Stars: ✭ 1,123 (+1654.69%)
Mutual labels:  cmake
Cxp
Lightweight & minimal project template using "modern" CMake
Stars: ✭ 56 (-12.5%)
Mutual labels:  cmake
Wtoolsdkroomlive
微控工具xp模块-开发版[微信(wechat)二次开发模块]sdk微信多群直播demo
Stars: ✭ 60 (-6.25%)
Mutual labels:  cmake
Foxy
Session-based Beast/Asio wrapper requiring C++14
Stars: ✭ 57 (-10.94%)
Mutual labels:  cmake
Abb experimental
Experimental packages for ABB manipulators within ROS-Industrial (http://wiki.ros.org/abb_experimental)
Stars: ✭ 61 (-4.69%)
Mutual labels:  cmake
Vector ros
ROS package for Anki Vector home robot
Stars: ✭ 55 (-14.06%)
Mutual labels:  cmake
Docker Vscode
A Docker Image with Visual Studio Code + Dotnet CLI + NPM + Emacs + More!
Stars: ✭ 64 (+0%)
Mutual labels:  visual-studio-code
Clang Blueprint
🏰 Example C++11 CMake project that incorporates awesome Clang tooling 🐉
Stars: ✭ 63 (-1.56%)
Mutual labels:  cmake
Cmake Get
Get dependencies with cmake
Stars: ✭ 59 (-7.81%)
Mutual labels:  cmake
Urdf tutorial
Stars: ✭ 58 (-9.37%)
Mutual labels:  cmake
Cxxctp
DEPRECATED. USE INSTEAD github.com/blockspacer/flextool
Stars: ✭ 58 (-9.37%)
Mutual labels:  cmake
Osql Experimental
A community-oriented fork of osquery with support for cmake, public CI testing, and regular releases
Stars: ✭ 62 (-3.12%)
Mutual labels:  cmake
Run Cmake
GitHub Action to build C++ applications with CMake (either with CMakeLists.txt or CMakeSettings.json), Ninja and vcpkg on GitHub. Available as Azure DevOps task also: https://marketplace.visualstudio.com/items?itemName=lucappa.cmake-ninja-vcpkg-tasks
Stars: ✭ 57 (-10.94%)
Mutual labels:  cmake
Vscode Csscomb
🔌 VS Code plugin for CSScomb — CSS coding style formatter.
Stars: ✭ 63 (-1.56%)
Mutual labels:  visual-studio-code
Web Accessibility
A Visual Studio Extension for Web accessibility
Stars: ✭ 55 (-14.06%)
Mutual labels:  visual-studio-code
Ansible Role Visual Studio Code
Ansible role for installing the Visual Studio Code IDE
Stars: ✭ 58 (-9.37%)
Mutual labels:  visual-studio-code
Gr Adsb
GNU Radio OOT module for demodulating and decoding ADS-B packets
Stars: ✭ 61 (-4.69%)
Mutual labels:  cmake
Vscode Tfs
TFS extension for Visual Studio Code.
Stars: ✭ 64 (+0%)
Mutual labels:  visual-studio-code
Remodel
Data and class remodeling library
Stars: ✭ 63 (-1.56%)
Mutual labels:  cmake

CMake For VisualStudio Code

Join the chat at https://gitter.im/twxs/vs.language.cmake

This extension provides support for CMake in Visual Studio Code.

screencast

Features

  • Colorization
  • Completion Lists

completion

  • Code comments

comment

  • Snippets

find_package

include

  • Quick Help

tooltip

  • Access To Online Help

Options

The following Visual Studio Code settings are available for the Cmake extension. These can be set in user preferences (cmd+,) or workspace settings (.vscode/settings.json).

{
    "cmake.cmakePath": "/path/to/cmake"
}

Commands

  • CMake: Online Help to go to the CMake online documentation (according to the current cmake version).

Acknowledgements

This extension based on the TextMate Syntax from this project.

Contributors

Feel free to contribute...

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].