15#include <llvm/ADT/StringRef.h>
39 const nixf::ParentMapAnalysis &PM,
40 const nixf::VariableLookupAnalysis &VLA,
41 const std::string &FileURI, llvm::StringRef Src,
42 std::vector<lspserver::CodeAction> &Actions);
Lookup variable names, from it's parent scope.
void addExtractToFileAction(const nixf::Node &N, const nixf::ParentMapAnalysis &PM, const nixf::VariableLookupAnalysis &VLA, const std::string &FileURI, llvm::StringRef Src, std::vector< lspserver::CodeAction > &Actions)
Add extract-to-file action for selected expressions.