| nixd
    | 
Implementation of Inlay Hints. More...
#include "AST.h"#include "CheckReturn.h"#include "Convert.h"#include "nixd/CommandLine/Options.h"#include "nixd/Controller/Controller.h"#include <boost/asio/post.hpp>#include <llvm/ADT/StringRef.h>#include <llvm/Support/CommandLine.h>#include <semaphore>Go to the source code of this file.
Implementation of Inlay Hints.
In nixd, "Inlay Hints" are placed after each "package" node, showing it's version.
For example
nixd[: 1.2.3] nix[: 2.19.3]
Definition in file InlayHints.cpp.