Coder Social home page Coder Social logo

pedromanoel / clojure-repl-intellij Goto Github PK

View Code? Open in Web Editor NEW

This project forked from afucher/clojure-repl-intellij

0.0 0.0 0.0 772 KB

Free OpenSource IntelliJ plugin for Clojure REPL development.

License: MIT License

Clojure 95.96% Kotlin 4.04%

clojure-repl-intellij's Introduction

JetBrains Plugin Version Slack community

clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.

Checkout all available features

Clojure LSP Intellij


Getting Started

After installing the plugin in IntelliJ, you can add a REPL to your Run configurations.

Local: Start a nREPL server from IntelliJ

  1. Go to Run > Edit Configurations
  2. If you don't have any existing configurations, click Add new... or Add new run configuration. Otherwise, click the + ("Add New Configuration").
  3. Select Clojure REPL > Local
  4. Optional: Name your Configuration (e.g. "Local REPL")
  5. Click OK

Remote: Connecting to an existing nREPL process

  1. Ensure you have an existing nREPL process running outside IntelliJ
  2. Within Intellij, go to Run > Edit Configurations
  3. If you don't have any existing configurations, click Add new... or Add new run configuration. Otherwise, click the + ("Add New Configuration").
  4. Select Clojure REPL > Remote
  5. In the boxes for Host and Port copy and paste the values from your existing nREPL process
  6. Optional: Name your Configuration (e.g. "Remote REPL")
  7. Click OK

Features

  • Start a nREPL server from IntelliJ
  • Connect to an existing nREPL process
  • Load file to REPL (alt + shift + l / opt + shift + l)
  • Eval code at point (alt + shift + e / opt + shift + e)
  • Switch to file namespace (alt + shift + n / opt + shift + n)

Soon

  • Customize REPL UI
  • Run test support

Contributing

Contributions are very welcome, check the issues page for more information about what are good first issues or open an issue describing the desired support.

Developing

bb run-ide to spawn a new IntelliJ session with the plugin.

or

bb build-plugin to build the plugin, then install it from disk in IntelliJ, the zip should be on ./build/distributions/*.zip.

Release

  1. bb tag x.y.z to tag and push the new tag
  2. bb publish-plugin to publish to Jetbrains Marketplace (requires JETBRAINS_TOKEN on env).

clojure-repl-intellij's People

Contributors

ericdallo avatar afucher avatar mefryar avatar

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.