Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Add existing item as link" not available for Nemerle projects #13322

Open
ssrmm opened this issue Oct 17, 2016 · 0 comments
Open

"Add existing item as link" not available for Nemerle projects #13322

ssrmm opened this issue Oct 17, 2016 · 0 comments

Comments

@ssrmm
Copy link

ssrmm commented Oct 17, 2016

C# projects offer the ability to add existing items as link (explanation with image). This option differs from the normal "Add existing item" because it does not copy the selected file, even if it is located outside of the project directory.

Nemerle projects don't have that option in the FileOpenDialog, which would come in handy in some situations.

For now one needs to add something like the following to the .nproj file:

<Compile Include="..\Path\To\File.n">
  <Link>LinkedFileName.n</Link>
</Compile>

See also aspnet/Tooling#147 where the same issue exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant