Skip to content

Releases: MoaidHathot/dotnet.nvim

Release 0.1.0

19 Aug 09:02
6ce9918
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

Features

  • Cross Platform (Windows, Linux, MacOS)
  • Add/Remove Nuget Windows
  • Add/Remove Project Reference Windows
  • Add new projects/sln/globaljson/any installed dotnet template
  • Bootstrap a new cs file with a class

What's Changed

  • Adding options:
    {
        bootstrap = {
          auto_bootstrap = true, -- Automatically call "bootstrap" when creating a new file, adding a namespace and a class to the files
        },
        project_selection = {
          path_display = 'filename_first' -- Determines how file paths are displayed. All of Telescope's path_display options are supported
        }
    }
  • Fix namespace detection by @MoaidHathot in #2
  • include fsharp project files when adding a package by @WillEhrendreich in #3
  • Version 0.1.0 by @MoaidHathot in #6

New Contributors

Full Changelog: https://github.com/MoaidHathot/dotnet.nvim/commits/0.1.0