You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
A new "cmake-server(7)" mode was added to provide semantic
information about a CMake-generated buildsystem to clients through a
JSON protocol.
So far server-mode basically produces data on the project structure.
But server-mode is supposed to get new functionality, some of which will require interactions between the caller and CMake (e.g. syntax highlighting and debugging the build system).
This could be very useful for this project. In particular, all debugging tools that will be undoubtably integrated with this.
I will start looking at how to integrate it. Any ideas?
thanks
Guy
The text was updated successfully, but these errors were encountered:
Currently, there is no CMake integration in yavide so integrating cmake-server would actually be the first step towards to that goal. From the quick look, it seems that it could also be used to extract information about the include paths, compilation flags etc. which would be relevant for implementing/configuring IDE services such as auto-completion engines, source code syntax highlighting, indexing and alike.
How to start? I would go and start integrating it as a service. In order to get familiar with the services framework, besides the documentation, perhaps it would be best to have a look at one of the services implementation (i.e. clang-formatter).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cmake has released its latest version
https://blog.kitware.com/cmake-3-7-0-available-for-download/
of particular interest:
So far server-mode basically produces data on the project structure.
But server-mode is supposed to get new functionality, some of which will require interactions between the caller and CMake (e.g. syntax highlighting and debugging the build system).
This could be very useful for this project. In particular, all debugging tools that will be undoubtably integrated with this.
I will start looking at how to integrate it. Any ideas?
thanks
Guy
The text was updated successfully, but these errors were encountered: