Skip to content
#

intellij-idea

Here are 368 public repositories matching this topic...

:octocat: 👍 👍 👏 🌟 Everything about the Android Studio and Intellij IDEAfor example:Install,common problems and solutions,each libraries for android and androidx library,code and peoject templates,etc.全面总结Android Studio以及Intellij IDEA的填坑指南,详解AS版本号、Gradle版本、BuildTools三者的对照关系,AS模板配置,gradle插件,Android自带注解库详解,support详解等干货。

  • Updated Jan 12, 2020
  • FreeMarker
ghilainm
ghilainm commented Oct 5, 2018

The plugin should in addition of reordering dependencies also format them in order to have consistent look and feel.

Example:

    implementation 'org.apache.commons:commons-lang3:3.7'
    implementation "org.springframework.hateoas:spring-hateoas"
    annotationProcessor("org.projectlombok:lombok:1.18.2")

->

    implementation("org.apache.commons:commons-lang3:3.7")
    imp

ChroMATERIAL is an IntelliJ Platform coloring scheme that expresses the chromatic nature of Material Design within IntelliJ and Android Studio. It is intended to highlight the most import aspects of your code.

  • Updated Sep 17, 2019
  • HTML
nixel2007
nixel2007 commented Feb 13, 2019

Hello!

I would like to migrate from scala intellij-lsp to your fork (and give some feedback, as you requested it in README :) ).

Do you support all basic capabilities of old intellij-lsp? At least i need a diagnostics, completion, hover and formatting capabilities.

Do i need to include something more than gradle/mvn dependency from jitpack (e.g.)?
https://jitpack.io/#NipunaRanasinghe/lsp

Improve this page

Add a description, image, and links to the intellij-idea topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the intellij-idea topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.