|
nixd
|
Files | |
| AddToFormals.cpp | |
| Implementation of "Add to formals" code action. | |
| AddToFormals.h | |
| Code action for adding undefined variables to lambda formals. | |
| AttrName.cpp | |
| Implementation of attribute name quote/unquote code actions. | |
| AttrName.h | |
| Code action for quoting/unquoting attribute names. | |
| ConvertToInherit.cpp | |
| Implementation of convert to inherit code action. | |
| ConvertToInherit.h | |
| Code action for converting bindings to inherit syntax. | |
| ExtractToFile.cpp | |
| Implementation of extract-to-file code action. | |
| ExtractToFile.h | |
| Code action for extracting expressions to separate files. | |
| FlattenAttrs.cpp | |
| Implementation of flatten nested attribute sets code action. | |
| FlattenAttrs.h | |
| Code action for flattening nested attribute sets. | |
| InheritToBinding.cpp | |
| Implementation of inherit to explicit binding code action. | |
| InheritToBinding.h | |
| Code action for converting inherit to explicit binding. | |
| JsonToNix.cpp | |
| Implementation of JSON to Nix conversion code action. | |
| JsonToNix.h | |
| Code action for converting JSON to Nix expressions. | |
| NoogleDoc.cpp | |
| Implementation of noogle.dev documentation code action. | |
| NoogleDoc.h | |
| Code action for opening noogle.dev documentation. | |
| PackAttrs.cpp | |
| Implementation of pack dotted paths code action. | |
| PackAttrs.h | |
| Code action for packing dotted attribute paths into nested sets. | |
| RewriteString.cpp | |
| Implementation of string literal syntax conversion code action. | |
| RewriteString.h | |
| Code action for converting between string literal syntaxes. | |
| Utils.cpp | |
| Implementation of shared utilities for code actions. | |
| Utils.h | |
| Shared utilities for code actions. | |
| WithToLet.cpp | |
| Implementation of with-to-let code action. | |
| WithToLet.h | |
| Code action for converting with expressions to let/inherit. | |