-
**Is your feature request related to a problem? Please describe.**
In the Editor integration I can point to a namespace alias and then rename it. But this feature is not exposed to the public API.
…
witek updated
7 months ago
-
GraalVM version Oracle GraalVM 21.0.1
On macOS (but happens on linux too)
Repro:
``` java
public class Temp {
public static void main(String[] args) throws java.io.IOException {
…
-
coc.nvim is a bit different from other editors in terms of how it conveys URLs.
1. It uses what clojure-lsp calls a "zipfile" scheme for JAR files: `"zipfile://some.jar::xxx.clj"`. Other editors te…
-
**Describe the bug**
A function redefinition lint message is shown based on non-project (i.e. system installed) clojure, but the clojure version declared in project does not define that function.
…
-
Corgi aims to be a fairly minimal config, while at the same time being fairly complete when it comes to Clojure development. You should have a setup out of the box that gives you the amenities you wou…
-
Clojure-lsp has a ["documentation and clojuredocs integration"](https://clojure-lsp.io/features/#documentation-and-clojuredocs-integration) feature which (among other things) can show a function's sig…
-
From @ericdallo: https://clojurians.slack.com/archives/CBE668G4R/p1682006539680229?thread_ts=1681999380.506619&cid=CBE668G4R
> I think internal errors from feature X in clojure-lsp should not show po…
-
The features I would expect to find in my Clojure development environment, with a bias towards highly effective interaction via the keyboard and an uncluttered user interface.
Typically assembled w…
-
According to https://clojure-lsp.io/settings/#diagnostics-linter and https://github.com/clj-kondo/clj-kondo/blob/master/doc/linters.md, we can define an config.edn file under ".clj-kondo" directory, e…
-
An idea of an LSP/Calva editor action: when full namespace name is used in the code, introduce an alias and use it for all such places (or use an existing one). Example:
(ns a
(:require [clojure.w…