Giter Club home page Giter Club logo

highlightbracketpair's Introduction

Highlight Bracket Pair Plugin for Intellij

Build Status Codacy Badge JetBrains plugins JetBrains Plugins license

Color highlight the Bracket Pair in editor. Inspired by Sublime BracketHighlighter Plugin .

Compatible with: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio

Supported Languages: Java, Groovy, Kotlin, Scala, Haskell, Python, JavaScript, TypeScript, Golang, Ruby, Erlang, Rust, Html, Xml, Json, Css...

highlight

highlight

How to install the plugin

Install manually

Download the plugin from intellij plugin repository, and install the plugin from the disk. Access intellij document for more information.

install online

goto

Settings > Plugins > Browse Repositories

then search "HighlightBracketPair" plugin.

How to config the color and effect

goto

Settings > Editor > Color Scheme > HighlightBracketPair

settings

How to contribute

Clone the code.

git clone https://github.com/qeesung/HighlightBracketPair.git

Test the plugin

gradle runIde

Build the plugin

gradle buildPlugin

highlightbracketpair's People

Contributors

qeesung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

highlightbracketpair's Issues

PHP support

Hi @qeesung,

any chance for php support? Syntax is practically the same as c++ or java...

Thanks!

Java类1700行插件失效

我在打开项目中的一个类时,发现括号高亮失效了。但是其他的类就有高亮提示,看了下行数1700行的没有高亮。如下
image
image

Support for Vue.JS

Please add support for Vue.JS. In files with extension .vue does not light brackets.

Not compatible

Plugin 'HighlightBracketPair' (version '1.3.4') is not compatible with the current version of the IDE, because it requires build 221.* or older but the current build is PS-222.3345.21

Plugin error - build PS-221.4906.9

Plugin 'HighlightBracketPair' (version '1.3.2') is not compatible with the current version of the IDE, because it requires build 213.* or older but the current build is PS-221.4906.9

It does not work in version 2021.2

lugin 'io.github.qeesung.component.HighlightBracketPair' failed to initialize and will be disabled. Please restart IntelliJ IDEA.

java.lang.ClassNotFoundException:
io.github.qeesung.component.HighlightBracketPairApplicationComponent
PluginClassLoader(plugin=PluginDescriptor(name=HighlightBracketPair, id=io.github.qeesung.component.HighlightBracketPair, descriptorPath=plugin.xml, path=D:\Tool\IntelliJ IDEA 2021.2.IntelliJIdea\config\plugins\HighlightBracketPair, version=1.1.2, package=null), packagePrefix=null, instanceId=35, state=active)

Choose what is the base color

Lets you choose what is the base color and what the levels would be. So for example right now its orange but I wanna have the base one be blue. This isn't a big deal I just think it would be nice. For me, all of the variables in my theme are the same color orange so its kinda weird

IntelliJ IDEA 2021.2 EAP (Ultimate Edition) Build #IU-212.3116.43

Do not work with:

IntelliJ IDEA 2021.2 EAP (Ultimate Edition)
Build #IU-212.3116.43, built on May 27, 2021
IntelliJ IDEA EAP User
Expiration date: June 26, 2021
Runtime version: 11.0.11+9-b1460.1 amd64
VM: Dynamic Code Evolution 64-Bit Server VM by JetBrains s.r.o.
Linux 5.12.5-1-manjaro
GC: G1 Young Generation, G1 Old Generation
Memory: 6144M
Cores: 8
Registry: ide.intellij.laf.enable.animation=true, ide.balloon.shadow.size=0
Non-Bundled Plugins: com.mallowigi.idea (15.1), Pythonid (212.3116.43), com.jetbrains.edu (2021.5-2021.1-713)
Kotlin: 212-1.4.32-release-IJ3116.43
Current Desktop: KDE

java.lang.ClassNotFoundException: 
                io.github.qeesung.component.HighlightBracketPairApplicationComponent
             PluginClassLoader(plugin=PluginDescriptor(name=HighlightBracketPair, id=io.github.qeesung.component.HighlightBracketPair, descriptorPath=plugin.xml, path=~/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-0/212.3116.43.plugins/HighlightBracketPair, version=1.1.2, package=null), packagePrefix=null, instanceId=33, state=active)
    at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:215)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
    at com.intellij.serviceContainer.ComponentManagerImpl.registerComponent(ComponentManagerImpl.kt:433)
    at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:372)
    at com.intellij.serviceContainer.ComponentManagerImpl.access$registerComponents(ComponentManagerImpl.kt:57)
    at com.intellij.serviceContainer.ComponentManagerImpl.registerComponents(ComponentManagerImpl.kt:250)
    at com.intellij.idea.ApplicationLoader$initApplication$2$1.accept(ApplicationLoader.kt:75)
    at com.intellij.idea.ApplicationLoader$initApplication$2$1.accept(ApplicationLoader.kt)
    at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:753)
    at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:731)
    at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2108)
    at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:143)
    at com.intellij.idea.ApplicationLoader$initApplication$2.apply(ApplicationLoader.kt:73)
    at com.intellij.idea.ApplicationLoader$initApplication$2.apply(ApplicationLoader.kt)
    at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072)
    at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)
    at com.intellij.idea.ApplicationLoader$initApplication$3.execute(ApplicationLoader.kt:105)
    at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1118)
    at java.base/java.util.concurrent.CompletableFuture.thenComposeAsync(CompletableFuture.java:2246)
    at java.base/java.util.concurrent.CompletableFuture.thenComposeAsync(CompletableFuture.java:143)
    at com.intellij.idea.ApplicationLoader.initApplication(ApplicationLoader.kt:63)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at com.intellij.idea.a.a(a.java:97)
    at com.intellij.ide.b.o.R.a(R.java:117)
    at com.intellij.ide.b.o.aQ.a(aQ.java:304)
    at com.intellij.ide.b.o.aQ.a(aQ.java:141)
    at com.intellij.ide.b.o.aQ.b(aQ.java:91)
    at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:753)
    at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:731)
    at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2108)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at com.intellij.ide.b.o.aQ.a(aQ.java:90)
    at com.intellij.ide.b.j.e.a(e.java:95)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at com.intellij.idea.MainImpl.start(MainImpl.java:91)
    at com.intellij.idea.StartupUtil.lambda$start$16(StartupUtil.java:275)
    at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072)
    at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
    at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1705)
    at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1692)
    at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
    at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
    at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
    at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
    at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)```

It doesn't work in version 2021.3

Plugin error: Plugin 'HighlightBracketPair' (version '1.1.3') is not compatible with the current version of the IDE, because it requires build 212.* or older but the current build is IC-213.5744.223

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.