|
nixd
|
Implementation of flatten nested attribute sets code action. More...
#include "FlattenAttrs.h"#include "Utils.h"#include "../Convert.h"#include <nixf/Basic/Nodes/Attrs.h>Go to the source code of this file.
Namespaces | |
| namespace | nixd |
Functions | |
| void | nixd::addFlattenAttrsAction (const nixf::Node &N, const nixf::ParentMapAnalysis &PM, const std::string &FileURI, llvm::StringRef Src, std::vector< lspserver::CodeAction > &Actions) |
| Add flatten action for nested attribute sets. | |
Implementation of flatten nested attribute sets code action.
Definition in file FlattenAttrs.cpp.