Giter Site home page Giter Site logo

github2017luo / acute Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eclipse/acute

0.0 0.0 0.0 27.15 MB

Eclipse aCute - C# edition in Eclipse IDE

Home Page: https://projects.eclipse.org/projects/tools.acute

License: Eclipse Public License 2.0

Dockerfile 0.19% Java 99.12% C# 0.70%

acute's Introduction

Eclipse aCute: C# in Eclipse IDE

Support for C# development in the Eclipse IDE. Supports rich edition, execution of .NET programs, debugging of .NET program, integration with dotnet CLI (for export, publish...).

aCute is an Eclipse.org project. See https://projects.eclipse.org/projects/tools.acute .

Video Demo of Editor and .NET Core Commands Integration

screenshot

Prerequisites

  • On any OS, dotnet(v2.0 or later) needs to be available in your PATH.
  • On Windows, .NET SDK needs to be installed.
  • On Mac: Unknown. If you discover an issue or required prerequisite, please report the issue.

Or see Alternative configuration

Installation in Eclipse IDE

Using Eclipse Marketplace: https://marketplace.eclipse.org/content/acute-c-edition-eclipse-ide-experimental

Using p2 repository, with the Install New Software wizard (or to reference in p2 director command, or in target-platform description for your RCP application)

  • use http://download.eclipse.org/acute/releases/latest for the latest release, or
  • use http://download.eclipse.org/acute/snapshots to try the latest build from master.

Concept

Eclipse aCute relies on OmniSharp-Roslyn and Language Server Protocol for edition, and on netcoredbg and Debug Adapter Protocol for debugging. Integration with those tools is powered by Eclipse LSP4E

Eclipse aCute relies on TM4E and a textmate grammar to provide syntax highlighting in the IDE.

Alternative configuration

You can setup a local OmniSharp Language Server fetched, configured and working locally. Then at least one of the following environment variables should be set to make Eclipse IDE able to locate your specific OmniSharp-node-client:

  • OMNISHARP_LANGUAGE_SERVER_COMMAND: a command-line to start the language server over stdio (such as /usr/bin/node /home/mistria/git/omnisharp-node-client/languageserver/server.js or /home/mistria/omnisharp-roslyn/run -lsp -stdio)

Note that this approach isn't recommended nor supported by the aCute project developers. It's mainly useful for contributors who want to hack things around Omnisharp-node-client and/or aCute.

acute's People

Contributors

akurtakov avatar angelozerr avatar bkalbfus avatar eclipsewebmaster avatar mickaelistria avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.