Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.21 KB

Amethyst

Build Status License Version Downloads

Clean Clojure Namespace Declarations With An Opinionated Style Guide.

Feature

This plugin is a port of the refactor-nrepl's clean-ns operation.

  • Eliminate :use clauses in favor of refer :all.
  • Sort required libraries, imports and vectors of referred symbols.
  • Remove any duplication in the :require and :import form.

Install

Preferences(Settings) -> Plugins -> Marketplace -> Search "Amethyst" -> Install Plugin

Usage

  • Right click mouse -> clean ns

editor-right-click

  • Ctrl + Shift + A -> clean ns

search-action