Skip to content
Brings .NET Core with C# support to netbeans (Create projects, open Projects, etc.)
Java ANTLR Other
Branch: develop
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
screenshots
src/main
.gitignore
LICENSE
README.md
nb-configuration.xml
pom.xml

README.md

.NET Core for NetBeans (Project: Goliath (WORK IN PROGRESS)

Knowing Problems

It is not possible to find a full featured grammar file for C#. So for this, I need to rethink of other implementations. Maybe OmniSharp could be an alternative or, what makes more sense is to use LSP for C#. So if anyone else has other ideas or can contribute, it will be great.

See this tickets for more information:


Brings .NET Core with C# support to netbeans (Create projects, Open Projects, Syntax highlighting, etc.)

David vs Goliath

opened wpf project in netbeans

Features

  1. Open a Solution (.sln) created from Visual Studio
  2. Create a C# Project with Netbeans (Added new project type)
  3. Opens the project with all files
  4. New filetypes where added (.cs, .config)
  5. List of resources are available as nodes in the project view
  6. Basic Syntax Highlighting for .cs files
  7. Braces matching
  8. Reformat code

If you find some bugs please report it.

You can’t perform that action at this time.