Git Product home page Git Product logo

consulo-dotnet-core's Introduction

About

Consulo - multi-language ide. Project was started in year 2013 by forking IDEA Community Edition.

Main goal - to create an open IDE, where you don't need to select an IDE for different languages. Instead, provide a standard for language implementation inside the IDE.

Contributing

If you can't describe the issue, you can use our forum, or you can read the contributing guide and report the issue at GitHub

Building & Running

Build Status

JVM Github Actions
Java 21 jdk21

First of all, you need these tools:

  • Maven 3.9+
  • JDK 21+

Then execute from command line:

mvn package

If you want run Consulo from repository

  • as a desktop application

     mvn install
    
     mvn consulo:run-desktop -pl consulo:consulo-sandbox-desktop
  • as a web application

    first need build web sandbox

    mvn package -am -pl consulo:consulo-sandbox-web
    

    then need start code server (since we used gwt as frontend)

    cd modules/web/web-ui-impl-client
    
    mvn -am vaadin:run-codeserver

    and start web server

    cd modules/web/web-bootstrap
    
    mvn -am jetty:run

Sandbox Projects

Links

consulo-dotnet-core's People

Contributors

vistall avatar

Watchers

 avatar

Forkers

creeperlv

consulo-dotnet-core's Issues

Dependencies doesn't load

When I create new .net core 3.1 or .net 5 and open it with Consulo, autocomplete doesn't work properly and there is no dependencies in list.
Here is screenshot:
image

Consulo:
version = 2021.4
build number = 2882
build date = April 9, 2021
Plugins:
com.intellij = 2882
com.intellij.regexp = 1254
com.intellij.spellchecker = 1261
com.intellij.xml = 2731
com.intellij.properties = 2834
consulo.dotnet = 3409
consulo.dotnet.microsoft = 4013
consulo.dotnet.mono = 4026
consulo.csharp = 5047
consulo.dotnet.core = 6520
consulo.javascript = 3193
consulo.library.batik = 557
com.intellij.images = 2023
consulo.library.flexmark = 557
com.intellij.tasks = 4710
consulo.msbuild = 4421
consulo.nuget = 4546
consulo.nunit = 4562
consulo.opencover = 3375
consulo.platform.desktop = 2882
org.jetbrains.plugins.github = 4456
org.jetbrains.plugins.yaml = 2198

Unable to create \ work with .NET Core projects

  • IDE build number: 2483 (Version 2020.2)
  • Java version: openjdk 10.0.2 2018-07-17
  • OS name and version: Manjaro Linux

When choosing to create new project in C#, I can only select .NET Mono SDK and not .NET Core, even though i added Core paths in settings?

Screenshot_20200414_153251
Screenshot_20200414_153344

.NET SDK not Listing .NET 5 and 6

Hi, thank you for the effort on the IDE.

image
As the title said, SDKs are detected in settings but when creating new projects, there's no option to create .NET (5 and 6). Did I miss any configurations? Thanks in advance.

Problem of plugin finding SDK

Then dotnet-core plugin in consulo is not able to detect my .net core sdk.

Project Structure

The output of the command

dotnet --list-sdks

is the following

2.1.508 [C:\Program Files\dotnet\sdk]
2.1.602 [C:\Program Files\dotnet\sdk]
2.1.801 [C:\Program Files\dotnet\sdk]
2.2.401 [C:\Program Files\dotnet\sdk]

So if I understand correctly I have the sdk installed but consulo is unable to find the location, and I couldn't find a way to give consulo the sdk location manually.

When I try to run the project:

Run Command

I get the following error:

Fail Toast

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.