|
nixd
|
Code action for converting JSON to Nix expressions. More...
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. | |
Code action for converting JSON to Nix expressions.
Provides a selection-based code action that converts valid JSON text to equivalent Nix expression syntax.
Definition in file JsonToNix.h.