Coder Social home page Coder Social logo

acute's Introduction

aCute: C# in Eclipse IDE

Support for C# editing in Eclipse IDE. Relies on OmniSharp and Language Server Protocol.

Video Demo of Editor and .NET Core Commands Integration

screenshot

NOTE: aCute is in the process of being made an Eclipse.org project https://bugs.eclipse.org/bugs/show_bug.cgi?id=519692

Prerequisites

Or see Alternative server setup

Installation in Eclipse IDE

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

Using p2 repository: use http://repository.jboss.org/nexus/content/unzip/unzip/org/eclipse/acute/repository/0.1.0-SNAPSHOT/repository-0.1.0-SNAPSHOT.zip-unzip/ in the Install New Software wizard

Concept

aCute uses the lsp4e project to integrate with OmniSharp Language Server and TM4E project to provide syntax highlighting in order to provide a rich C# editor in the Eclipse IDE.

Alternative server setup

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 omnisharp-node-client (such as /usr/bin/node /home/mistria/git/omnisharp-node-client/languageserver/server.js)
  • OMNISHARP_LANGUAGE_SERVER_LOCATION: the location when omnisharp-node-client is installed (such as /home/mistria/git/omnisharp-node-client).

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

mickaelistria avatar

Watchers

 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.