Giter VIP home page Giter VIP logo

image-icon-viewer's Introduction

Image Icon Viewer


logo

Preview images and icons directly from the Project View.

Features

Supports the following formats:

  • *.gif
  • *.png
  • *.bmp
  • *.jpg
  • *.wbmp
  • *.svg
  • *.tiff
  • *.bigtiff
  • *.dcx
  • *.icns
  • *.ico
  • *.jbig2
  • *.pam
  • *.pbm
  • *.pcx
  • *.pgm
  • *.pnm
  • *.ppm
  • *.psd
  • *.rgbe
  • *.tga
  • *.tif
  • *.tiff
  • *.wbmp
  • *.xbm
  • *.xpm

Screenshots

light.png darcula.png

example.png

Acknowledgements

Original plugin at https://github.com/davidsommer/IconViewer

Plugin Icon made by Vectors Market from Flaticon, licensed by Creative Commons BY 3.0

Authors

image-icon-viewer's People

Contributors

davidsommer avatar dependabot[bot] avatar kylekatarnls avatar mallowigi avatar renovate-bot avatar renovate[bot] avatar stacksharebot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

image-icon-viewer's Issues

Plugin shows an error on pycharm

Describe the bug

java.lang.IllegalArgumentException: Image should be square.
at com.mallowigi.imageicon.core.ImageWrapper.scaleImage(ImageWrapper.kt:44)
at com.mallowigi.imageicon.core.ImageWrapper.(ImageWrapper.kt:36)
at com.mallowigi.imageicon.core.ImageWrapper.(ImageWrapper.kt:35)
at com.mallowigi.imageicon.converters.ImageToIconConverter.getImageWrapper(ImageToIconConverter.kt:78)
at com.mallowigi.imageicon.converters.SVGImageConverter.convert(SVGImageConverter.kt:67)
at com.mallowigi.imageicon.ImageIconProvider.getIcon(ImageIconProvider.kt:44)
at com.intellij.util.PsiIconUtil.getProvidersIcon(PsiIconUtil.java:21)
at com.intellij.ide.FileIconPatcherImpl.getIcon(FileIconPatcherImpl.java:37)
at com.intellij.util.IconUtil.getProvidersIcon(IconUtil.java:215)
at com.intellij.util.IconUtil.computeFileIcon(IconUtil.java:149)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.lambda$updateFileIconAsynchronously$5(EditorsSplitters.java:420)
at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.insideReadAction(NonBlockingReadActionImpl.java:536)
at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$attemptComputation$3(NonBlockingReadActionImpl.java:501)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1154)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:75)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:158)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:115)
at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:66)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:66)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:112)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:75)
at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.attemptComputation(NonBlockingReadActionImpl.java:501)
at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$transferToBgThread$1(NonBlockingReadActionImpl.java:408)
at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:241)
at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:31)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:214)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:206)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:833)

To Reproduce
Whenever i start pycharm.

Expected Behavior
To be able to view my svg icons.

Environment
PyCharm 2022.2.1 (Professional Edition)
Build #PY-222.3739.56, built on August 16, 2022
Runtime version: 17.0.3+7-b469.37 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.5
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Metal Rendering is ON
Registry:
ide.editor.tab.selection.animation=true
documentation.show.toolbar=true
ide.balloon.shadow.size=0
ide.images.show.chessboard=true
typescript.external.type.definitions=false

Non-Bundled Plugins:
ski.chrzanow.foldableprojectview (1.1.3)
dev.pnbarx.idea.treecolor (1.2.2)
com.unger1984.npmdependencychecker (0.0.3)
com.mallowigi.imageicon (11.0.1)
com.jinsihou.react.snippets (1.1.0)
com.wix.sasslint (1.1.2)
com.bluewaitor.tsReact (1.4.0)
mobi.hsz.idea.gitignore (4.4.2)
com.mallowigi (72.0.0)
intellij.prettierJS (222.3739.24)
com.nekofar.milad.intellij.nextjs (1.2.3)
com.clutcher.comments_highlighter (2.4.1)
NodeJS (222.3739.16)
io.plugin.tsnode (2021.12.02-0)
com.intellij.react.css.modules (1.0.1)
ru.meanmail.plugin.requirements (2022.3-222-EAP-SNAPSHOT)
com.mallowigi.colorHighlighter (12.0.0)
com.chrisrm.idea.MaterialThemeUI (7.9.0)
ru.adelf.idea.dotenv (2022.2)

Screenshots

image

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • chore(deps): update all dependencies (pre-commit/action, io.gitlab.arturbosch.detekt:detekt-formatting, io.gitlab.arturbosch.detekt, org.jetbrains.kotlinx.kover, org.jetbrains.qodana, org.jetbrains.intellij, org.jetbrains.kotlin.jvm)

Detected dependencies

github-actions
.github/workflows/quality-checks.yml
  • actions/checkout v4.1.1
  • actions/cache v4
  • pre-commit/action v3.0.0
  • ubuntu 22.04
gradle
gradle.properties
  • com.twelvemonkeys.imageio:imageio-core 3.10.1
  • com.twelvemonkeys.imageio:imageio-metadata 3.10.1
  • com.twelvemonkeys.imageio:imageio-sgi 3.10.1
  • com.twelvemonkeys.imageio:imageio-psd 3.10.1
  • com.twelvemonkeys.imageio:imageio-tiff 3.10.1
  • com.twelvemonkeys.imageio:imageio-pdf 3.10.1
  • com.twelvemonkeys.imageio:imageio-icns 3.10.1
  • com.twelvemonkeys.imageio:imageio-pcx 3.10.1
  • com.twelvemonkeys.imageio:imageio-pnm 3.10.1
  • com.twelvemonkeys.imageio:imageio-tga 3.10.1
  • com.twelvemonkeys.imageio:imageio-bmp 3.10.1
settings.gradle.kts
build.gradle.kts
  • io.gitlab.arturbosch.detekt:detekt-formatting 1.23.4
gradle/libs.versions.toml
  • org.jetbrains:annotations 24.1.0
  • org.jetbrains.changelog 2.2.0
  • org.jetbrains.intellij 1.17.0
  • org.jetbrains.kotlin.jvm 1.9.22
  • org.jetbrains.kotlinx.kover 0.7.5
  • org.jetbrains.qodana 2023.2.1
  • io.gitlab.arturbosch.detekt 1.23.4
  • org.jlleitschuh.gradle.ktlint 12.1.0

  • Check this box to trigger a request for Renovate to run again on this repository

java.lang.IllegalArgumentException: Argument for @NotNull parameter 'image' of com/intellij/util/ui/ImageUtil.toBufferedImage must not be null

Environment:
PhpStorm 2023.2.1
Fedora 39
RAM for PhpStorm - 2048 M

  Unhandled exception in [CoroutineName(com.intellij.ui.IconCalculatingService), StandaloneCoroutine{Cancelling}@4231d336, Dispatchers.Default]
  
  java.lang.IllegalArgumentException: Argument for @NotNull parameter 'image' of com/intellij/util/ui/ImageUtil.toBufferedImage must not be null
at com.intellij.util.ui.ImageUtil.$$$reportNull$$$0(ImageUtil.java)
at com.intellij.util.ui.ImageUtil.toBufferedImage(ImageUtil.java)
at com.intellij.util.ui.ImageUtil.scaleImage(ImageUtil.java:230)
at com.mallowigi.imageicon.converters.RegularImageConverter$Companion.loadImageIcon(RegularImageConverter.kt:115)
at com.mallowigi.imageicon.converters.RegularImageConverter$Companion.access$loadImageIcon(RegularImageConverter.kt:101)
at com.mallowigi.imageicon.converters.RegularImageConverter.convert(RegularImageConverter.kt:66)
at com.mallowigi.imageicon.ImageIconProvider.getIcon(ImageIconProvider.kt:44)
at com.intellij.util.PsiIconUtil.getProvidersIcon(PsiIconUtil.java:21)
at com.intellij.psi.impl.ElementBase.doComputeIconNow(ElementBase.java:98)
at com.intellij.psi.impl.ElementBase.lambda$computeIconNow$3(ElementBase.java:94)
at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:130)
at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:119)
at com.intellij.psi.impl.ElementBase.computeIconNow(ElementBase.java:94)
at com.intellij.psi.impl.ElementBase.lambda$static$0(ElementBase.java:45)
at com.intellij.ui.DeferredIconImpl.evaluate(DeferredIconImpl.kt:279)
at com.intellij.ui.DeferredIconImpl$scheduleCalculationIfNeeded$1$result$1$1.invoke(DeferredIconImpl.kt:218)
at com.intellij.ui.DeferredIconImpl$scheduleCalculationIfNeeded$1$result$1$1.invoke(DeferredIconImpl.kt:218)
at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:105)
at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:14)
at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:95)
at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:94)
at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1$lambda$0(cancellableReadAction.kt:41)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1133)
at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1(cancellableReadAction.kt:39)
at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:63)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:133)
at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke(cancellableReadAction.kt:37)
at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:248)
at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:34)
at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:94)
at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:76)
at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:63)
at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:14)
at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invokeSuspend(InternalReadAction.kt:42)
at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invoke(InternalReadAction.kt)
at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invoke(InternalReadAction.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:38)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeReadAction(PlatformReadWriteActionSupport.kt:38)
at com.intellij.openapi.application.ReadWriteActionSupport.executeReadAction$default(ReadWriteActionSupport.kt:15)
at com.intellij.openapi.application.CoroutinesKt.constrainedReadAction(coroutines.kt:58)
at com.intellij.openapi.application.CoroutinesKt.readAction(coroutines.kt:25)
at com.intellij.ui.DeferredIconImpl$scheduleCalculationIfNeeded$1$invokeSuspend$$inlined$evaluateDeferred$1.invokeSuspend(IconDeferrerImpl.kt:91)
at com.intellij.ui.DeferredIconImpl$scheduleCalculationIfNeeded$1$invokeSuspend$$inlined$evaluateDeferred$1.invoke(IconDeferrerImpl.kt)
at com.intellij.ui.DeferredIconImpl$scheduleCalculationIfNeeded$1$invokeSuspend$$inlined$evaluateDeferred$1.invoke(IconDeferrerImpl.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
at com.intellij.ui.DeferredIconImpl$scheduleCalculationIfNeeded$1.invokeSuspend(DeferredIconImpl.kt:374)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [CoroutineName(com.intellij.ui.IconCalculatingService), StandaloneCoroutine{Cancelled}@4231d336, Dispatchers.Default]

javax.imageio.IIOException: I/O error reading PNG header! at

Describe the bug
javax.imageio.IIOException: I/O error reading PNG header! at java.desktop/com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:315) at java.desktop/com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:698) at java.desktop/com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1395) at java.desktop/com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1810) at com.intellij.util.ImageLoader.loadPng(ImageLoader.java:352) at com.intellij.util.ImageLoader.loadFromStream(ImageLoader.java:547) at com.intellij.util.ImageLoader.loadFromBytes(ImageLoader.java:538) at com.mallowigi.imageicon.converters.RegularImageConverter$Companion.loadImageIcon(RegularImageConverter.kt:111) at com.mallowigi.imageicon.converters.RegularImageConverter$Companion.access$loadImageIcon(RegularImageConverter.kt:101) at com.mallowigi.imageicon.converters.RegularImageConverter.convert(RegularImageConverter.kt:67) at com.mallowigi.imageicon.ImageIconProvider.getIcon(ImageIconProvider.kt:44) at com.intellij.util.PsiIconUtil.getProvidersIcon(PsiIconUtil.java:21) at com.intellij.psi.impl.ElementBase.doComputeIconNow(ElementBase.java:88) at com.intellij.psi.impl.ElementBase.lambda$computeIconNow$3(ElementBase.java:84) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:130) at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:119) at com.intellij.psi.impl.ElementBase.computeIconNow(ElementBase.java:84) at com.intellij.psi.impl.ElementBase.lambda$static$0(ElementBase.java:44) at com.intellij.ui.DeferredIconImpl.evaluate(DeferredIconImpl.java:297) at com.intellij.ui.DeferredIconImpl.lambda$scheduleEvaluation$1(DeferredIconImpl.java:178) at com.intellij.ui.IconDeferrerImpl.evaluateDeferred(IconDeferrerImpl.java:99) at com.intellij.ui.DeferredIconImpl.lambda$scheduleEvaluation$2(DeferredIconImpl.java:178) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1078) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:78) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:161) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:118) at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:57) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:183) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:705) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:647) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:63) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:170) at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:57) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:115) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:78) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:99) at com.intellij.ui.DeferredIconImpl.lambda$scheduleEvaluation$5(DeferredIconImpl.java:177) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:216) at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:27) at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:195) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:213) at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:184) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: javax.imageio.IIOException: Bad PNG signature! at java.desktop/com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:242) ... 50 more

Environment

It should contain:
PhpStorm 2021.2.1
Build #PS-212.5080.71, built on August 26, 2021
Licensed to Yurij Finiv
Subscription is active until September 17, 2021.
Runtime version: 11.0.11+9-b1504.16 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 11.5.2
GC: ParNew, ConcurrentMarkSweep
Memory: 1981M
Cores: 8
Registry: ide.windowSystem.autoShowProcessPopup=true, run.processes.with.pty=TRUE, editor.distraction.free.mode=true, ide.experimental.ui.toolwindow.stripes=true, ide.balloon.shadow.size=0, ide.images.show.chessboard=true
Non-Bundled Plugins: Key Promoter X (2021.2), com.wakatime.intellij.plugin (13.0.3), LiveTemplatePreview (0.3), in.thekalinga.snippet.intellij (6.1.0), com.mnr.java.intellij.idea.plugin.base64helper (2.0.3), com.materkey.codepoints (1.0.2), com.xiaobing1024.laravel (1.1.1), intellij.webp (212.4746.57), com.mallowigi.imageicon (13.0), net.seesharpsoft.intellij.plugins.csv (2.17.1), ski.chrzanow.foldableprojectview (1.1.1), io.aesy.regex101 (0.2), com.github.czy211.licensetemplate (2.0.0), com.tabnine.TabNine (0.4.9), org.intellij.RegexpTester (1.0.8), ideanginx9 (0.1.9), com.mallowigi (38.0.0), mobi.hsz.idea.gitignore (4.2.0), com.github.jk1.ytplugin (1.2.9), com.ultrahob.zerolength.plugin2 (0.93), bundled-phpstorm-help (212.5080.71), com.redhat.devtools.intellij.telemetry (0.0.2.18), com.code-scan.intellij (4.7.3), com.chesterccw.excelreader (2.0.0), com.wix.sasslint (1.1.2), com.intellij.properties (212.4746.57), String Manipulation (8.15.203.000.3), intellij.prettierJS (212.5080.8), com.kalessil.phpStorm.phpInspectionsEA (4.0.6.4), org.endpointdeps.EndpointDependencies (1.3), izhangzhihao.rainbow.brackets (6.21), com.dimabdc.idea.php.phpunit (0.5.1), com.funivan.idea.phpClean (2020.12.22), de.espend.idea.php.annotation (8.0.0), com.alicannklc.laravel.snippets (1.1.1), net.king2500.plugins.PhpAdvancedAutoComplete (1.1.0), pers.fw.doc_en (1.1), com.aurimasniekis.phpclasstemplates (1.0.2), io.nimbly.json.Any2Json (2.17.3), fr.adrienbrault.idea.symfony2plugin (0.23.211), dev.ekvedaras.laravelquery (2.0.6), nl.deschepers.laraveltinker (2.2.0), com.chrisrm.idea.MaterialThemeUI (6.8.2), com.mallowigi.colorHighlighter (8.0), jones.restarteslintaction.restart-eslint-action (0.0.1), com.firsttimeinforever.intellij.pdf.viewer.intellij-pdf-viewer (0.11.1), org.i18nally.jetbrainsideplugin (1.0.9), de.espend.idea.laravel (0.15.4), dev.nybroe.collector (0.3.2), ru.adelf.idea.dotenv (2021.3.0.212), com.laravel_idea.plugin (4.4.0.212)

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.