|
nixd
|
Implementation of JSON to Nix conversion code action. More...
#include "JsonToNix.h"#include "Utils.h"#include <llvm/Support/JSON.h>#include <lspserver/SourceCode.h>#include <iomanip>#include <sstream>Go to the source code of this file.
Namespaces | |
| namespace | nixd |
Functions | |
| void | nixd::addJsonToNixAction (llvm::StringRef Src, const lspserver::Range &Range, const std::string &FileURI, std::vector< lspserver::CodeAction > &Actions) |
| Add JSON to Nix conversion action for selected JSON text. | |
Implementation of JSON to Nix conversion code action.
Definition in file JsonToNix.cpp.