Liking cljdoc? Tell your friends :D

iced nREPL

nREPL middleware to support vim-iced.

CircleCI Dependencies Status Codecov Clojars Project

Ops

Op nameRequiredOptionalReturnNote

iced-version

:version

iced-lint-file

:file, :env, :opt

:lint-warnings, :error (if occured)

:env must be "clj" or "cljs"
:opt is a option map for jonase/eastwood such as :linters, :exclute-linters and so on.

iced-project-ns-list

:project-ns-list

iced-pseudo-ns-path

:ns

:path

iced-set-indentation-rules

:rules

:overwrite?

default indentation rule is cljfmt.core/default-indents
If :overwrite? is If logical true, cljfmt.core/default-indents will not be used.

iced-format-code-with-indents

:code, :alias-map

:formatted

iced-calculate-indent-level

:code, :line-number, :alias-map

:indent-level, :error (if occured)

:line-number is zero-based

iced-refactor-thread-first

:code

:code, :error (if occured)

iced-refactor-thread-last

:code

:code, :error (if occured)

iced-spec-check

:symbol, :num-tests

:result, :num-tests, :error (if errored), :failed-input (if errored)

:result is "OK" or "NG"
:num-tests must be positive integer

iced-list-tapped

:max-depth, :max-list-length, :max-vector-length, :max-set-length, :max-string-length

:tapped, :error (if errored)

iced-browse-tapped

keys

:max-depth, :max-list-length, :max-vector-length, :max-set-length, :max-string-length

:value, :error (if errored)

iced-complete-tapped

keys

:max-depth, :max-list-length, :max-vector-length, :max-set-length, :max-string-length

:complete, :error (if errored)

iced-clear-tapped

:result, :error (if errored)

License

Copyright © 2018-2019 Masashi Iizuka

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close