All Projects → brcosta → clj-extras-plugin

brcosta / clj-extras-plugin

Licence: Apache-2.0 license
Clojure Extras IntelliJ Plugin

Programming Languages

kotlin
9241 projects
clojure
4091 projects

Projects that are alternatives of or similar to clj-extras-plugin

bootstrap4-snippets
Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
Stars: ✭ 113 (+175.61%)
Mutual labels:  intellij-plugin
DockDockBuild
Support for running UNIX Makefiles on a Docker container
Stars: ✭ 43 (+4.88%)
Mutual labels:  intellij-plugin
SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (+19.51%)
Mutual labels:  intellij-plugin
go-orm-code-helper
🔥🔥🔥go-orm-code-helper is a goland plugin, it aims to make gorm code getting more simple
Stars: ✭ 22 (-46.34%)
Mutual labels:  intellij-plugin
BugKotlinDocument
Plugin for IntelliJ IDEA ┗😃┛ Android Studio ┗😃┛ CLion ┗😃┛ AppCode.
Stars: ✭ 29 (-29.27%)
Mutual labels:  intellij-plugin
getx-snippets-intelliJ
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 52 (+26.83%)
Mutual labels:  intellij-plugin
StateArts
Intellij plugin that creates state machine diagram from state machine
Stars: ✭ 87 (+112.2%)
Mutual labels:  intellij-plugin
IdeaJol
IntellijIdea plugin for Java Object Layout (JOL) tool
Stars: ✭ 109 (+165.85%)
Mutual labels:  intellij-plugin
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+187.8%)
Mutual labels:  intellij-plugin
intellij-firebase-highlighter
A Syntax Highlighter for Firebase Rules.
Stars: ✭ 26 (-36.59%)
Mutual labels:  intellij-plugin
yet-another-emoji-support
This is the IntelliJ plugin that supports inserting emoji in editor using content assist.
Stars: ✭ 30 (-26.83%)
Mutual labels:  intellij-plugin
intellij-diff-plugin
Syntax highlighting for .diff files and .patch files in IntelliJ IDEs
Stars: ✭ 17 (-58.54%)
Mutual labels:  intellij-plugin
SVNToolBox
Enhances IntelliJ IDEA SVN integration
Stars: ✭ 19 (-53.66%)
Mutual labels:  intellij-plugin
material2-snippets
Visual studio extension & Intellij plugin for Angular Material 2, Teradata Covalent 1, Angular Flex layout 1 & Material icon snippets
Stars: ✭ 14 (-65.85%)
Mutual labels:  intellij-plugin
reedelk-runtime
Reedelk Runtime Platform Community Edition
Stars: ✭ 25 (-39.02%)
Mutual labels:  intellij-plugin
idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (+104.88%)
Mutual labels:  intellij-plugin
ReactNativeTools
IntelliJ plugin, to make it easier to execute react-native commands
Stars: ✭ 26 (-36.59%)
Mutual labels:  intellij-plugin
intellij-quarkus
IntelliJ Quarkus Tools
Stars: ✭ 83 (+102.44%)
Mutual labels:  intellij-plugin
lottie-idea
Android Studio and IntelliJ IDEA viewer plugin for Lottie animations
Stars: ✭ 36 (-12.2%)
Mutual labels:  intellij-plugin
intelliroutes
Support for Play Routes in IntelliJ IDEA
Stars: ✭ 21 (-48.78%)
Mutual labels:  intellij-plugin

Clojure Extras Plugin

Custom features added on top of Cursive for Clojure Lovers.

Main Features

  • Inline code evaluation: evaluate forms directly in source view (see screenshots)! Just add a custom Keymap for Tools/Evaluate Inline actions menu
  • Clj-kondo support: lint your files with clj-kondo (built-in or local binary support)
  • An annotator for keyword/symbols namespaces (custom syntax highlighted namespaces ftw!)
  • Status bar widget to display current file/namespace (great for zen mode, try it)

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Clojure Extras > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

Preferences

Custom highlighting can be configured at Settings/Preferences > Editor > Color Scheme > Clojure Extras

You can also setup a custom clj-kondo binary, enable/disable inspections, pretty printing and stdout redirection on Settings/Preferences > Tools > Clojure Extras

image

Tips

To make clj-kondo inspections highlighting faster you can tune the autoreparse delay on Settings/Preferences > Editor > Autoreparse delay

image


Plugin based on the IntelliJ Platform Plugin Template.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].