{"id":25569775,"url":"https://github.com/afucher/clojure-repl-intellij","last_synced_at":"2025-04-23T03:57:11.229Z","repository":{"id":191956693,"uuid":"685113896","full_name":"afucher/clojure-repl-intellij","owner":"afucher","description":"Free OpenSource IntelliJ plugin for Clojure REPL development.","archived":false,"fork":false,"pushed_at":"2025-04-11T19:03:03.000Z","size":1482,"stargazers_count":92,"open_issues_count":12,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T03:57:05.628Z","etag":null,"topics":["clojure","intellij","intellij-plugin","repl"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afucher.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-30T14:44:35.000Z","updated_at":"2025-04-18T14:15:06.000Z","dependencies_parsed_at":"2023-09-01T18:37:54.484Z","dependency_job_id":"bad3488c-fda9-4d5e-ad1b-a9a6c7f03fb4","html_url":"https://github.com/afucher/clojure-repl-intellij","commit_stats":null,"previous_names":["afucher/clojure-repl-intellij"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afucher%2Fclojure-repl-intellij","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afucher%2Fclojure-repl-intellij/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afucher%2Fclojure-repl-intellij/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afucher%2Fclojure-repl-intellij/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afucher","download_url":"https://codeload.github.com/afucher/clojure-repl-intellij/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366715,"owners_count":21418769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","intellij","intellij-plugin","repl"],"created_at":"2025-02-21T00:02:44.851Z","updated_at":"2025-04-23T03:57:11.224Z","avatar_url":"https://github.com/afucher.png","language":"Clojure","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"[![JetBrains Plugin Version](https://img.shields.io/jetbrains/plugin/v/com.github.clojure-repl?style=flat-square\u0026labelColor=91B6FB\u0026color=93DA52\u0026link=https%3A%2F%2Fplugins.jetbrains.com%2Fplugin%2F23073-clojure-repl)](https://plugins.jetbrains.com/plugin/23073-clojure-repl)\n[![Slack community](https://img.shields.io/badge/Slack-chat-blue?style=flat-square\u0026labelColor=91B6FB\u0026color=93DA52)](https://clojurians.slack.com/archives/C06DZSPDCPJ)\n\n\u003cimg src=\"images/logo.svg\" width=\"180\" align=\"right\"\u003e\n\n# clojure-repl-intellij\n\n\u003c!-- Plugin description --\u003e\n\nFree OpenSource IntelliJ plugin for Clojure REPL development. \n\nCheckout all available [features](https://github.com/afucher/clojure-repl-intellij#features)\n\n\u003c!-- Plugin description end --\u003e\n\n![Clojure LSP Intellij](images/demo.png)\n\n---\n## Getting Started\nAfter installing [the plugin](https://plugins.jetbrains.com/plugin/23073-clojure-repl) in IntelliJ, you can add a REPL to your Run\nconfigurations.\n\n### Local: Start a nREPL server from IntelliJ\n1. Go to `Run` \u003e `Edit Configurations`\n2. If you don't have any existing configurations, click `Add new...` or `Add new run configuration`. Otherwise, click the `+` (\"Add New Configuration\").\n3. Select `Clojure REPL` \u003e `Local`\n4. Optional: Name your Configuration (e.g. \"Local REPL\")\n5. Click `OK`\n\n\n### Remote: Connecting to an existing nREPL process\n1. Ensure you have an existing nREPL process running outside IntelliJ\n2. Within Intellij, go to `Run` \u003e `Edit Configurations`\n3. If you don't have any existing configurations, click `Add new...` or `Add new run configuration`. Otherwise, click the `+` (\"Add New Configuration\").\n4. Select `Clojure REPL` \u003e `Remote`\n5. In the boxes for `Host` and `Port` copy and paste the values from your existing nREPL process\n6. Optional: Name your Configuration (e.g. \"Remote REPL\")\n7. Click `OK`\n\n## Features\n\n- Start a nREPL server from IntelliJ\n- Connect to an existing nREPL process\n- Load file to REPL (`alt/opt + shift + L`)\n- Eval code at point (`alt/opt + shift + E`)\n- Eval defun at point (`alt/opt + shift + D`)\n- Run ns tests  (`alt/opt + shift + T` `alt/opt + shift + N`)\n- Run test at cursor (`alt/opt + shift + T` `alt/opt + shift + T`)\n- Re-run last test  (`alt/opt + shift + T` `alt/opt + shift + A`)\n- Switch to file namespace (`alt/opt + shift + N`)\n- Clear REPL output (`alt/opt + shift + R` `alt/opt + shift + C`)\n- Refresh all ns (`alt/opt + shift + R` `alt/opt + shift + A`)\n- Refresh changed ns (`alt/opt + shift + R` `alt/opt + shift + R`)\n- Stop (interrupt) evaluation of REPL session (`alt/opt + shift + R` `alt/opt + shift + S`)\n- Entry history navigation in REPL (`ctrl + PAGE_UP` or `ctrl + PAGE_DOWN`)\n- Isolate REPL window and file editors namespace. [Read more about evaluation and namespace](https://github.com/afucher/clojure-repl-intellij/blob/master/doc/eval-and-ns.md)\n\n\n## Contributing\n\nContributions are very welcome, check the [issues page](https://github.com/afucher/clojure-repl-intellij/issues) for more information about what are good first issues or open an issue describing the desired support.\n\n\n## Developing\nCheck [developing doc](./doc/developing.md).\n\n## Release\n\n1. `bb tag x.y.z` to tag and push the new tag\n2. `bb publish-plugin` to publish to Jetbrains Marketplace (requires JETBRAINS_TOKEN on env).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafucher%2Fclojure-repl-intellij","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafucher%2Fclojure-repl-intellij","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafucher%2Fclojure-repl-intellij/lists"}