|
nixd
|
Implementation of attribute name quote/unquote code actions. More...
#include "AttrName.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::addAttrNameActions (const nixf::Node &N, const nixf::ParentMapAnalysis &PM, const std::string &FileURI, llvm::StringRef Src, std::vector< lspserver::CodeAction > &Actions) |
| Add refactoring code actions for attribute names (quote/unquote). | |
Implementation of attribute name quote/unquote code actions.
Definition in file AttrName.cpp.