eerohele / Tutkain

A Sublime Text package for interactive Clojure development
https://tutkain.flowthing.me
Other
68 stars 8 forks source link

Auto-completion does not work if the current namespace has the same name as a namespace alias #107

Closed eerohele closed 1 year ago

eerohele commented 1 year ago

Repro:

(ns build
  (:require [clojure.tools.build.api :as build]))

(build/,,,)