Skip to content
#

cplusplus

cpp logo

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

Here are 120 public repositories matching this topic...

dariusarnold
dariusarnold commented Aug 6, 2021

My proposal is to add the method version() to tools.Git. Calling this method would return the Major.Minor.Patch of the found git executable (maybe as a named tuple). These can be used to customize the git commands which are used. As an example, partial cloning (cloning only some files/directories from a repo to save time) is available since Git 2.19.0. If the executable is new enough, partial clon

clangd
Leon0402
Leon0402 commented Sep 15, 2020

Currently clangd doesn't seem to process doxygen commands or at least not all of them (there are different supported syntax formats by doxygen).

A sample method produces this output by clangd
image
As seen in the screenshot the commands like \brief, \param are ignored.

The Vs Code C/C

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia