nixd
Loading...
Searching...
No Matches
DocumentLink.cpp File Reference

Implementation of Document Link. More...

#include "Convert.h"
#include "nixd/Controller/Controller.h"
#include <boost/asio/post.hpp>
#include <filesystem>

Go to the source code of this file.

Detailed Description

Implementation of Document Link.

In Nix language, there are a few interesting constructs worth highlighting:

  1. URL literal. Writing URls directly without quotes, supported by vscode.
  2. Path. (Append "default.nix", perhaps)
  3. Search Path <> FIXME: support search path.
  4. Home Path: (begins with ~) FIXME: support home path.
  5. Flake Reference FIXME: support flake ref

Definition in file DocumentLink.cpp.