Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorten fully qualified keywords that belong to app's namespace #25

Closed
alexander-yakushev opened this issue Dec 17, 2016 · 3 comments
Closed
Assignees
Milestone

Comments

@alexander-yakushev
Copy link

alexander-yakushev commented Dec 17, 2016

I use namespace-qualified keywords everywhere in my app-db, and when re-frisk renders them completely, I have to make its window width very wide to be able to see anything. Do you think it would be possible to treat this somehow? I see one possible solution: allow to specify a prefix of your app when initializing re-frisk, like (enable-re-frisk! {:common-ns-prefix "com.example.myapp"}), so that later the keywords are rendered like :.core/foo.

@flexsurfer
Copy link
Owner

hi, i have the same thing in my project, but i can't find the good solution, i should think about it again

@flexsurfer flexsurfer self-assigned this Dec 17, 2016
@flexsurfer flexsurfer added this to the 0.3.3 milestone Dec 17, 2016
@iamyemeth
Copy link

I've been using Cursive recently and I've found their truncated namespace style pretty convenient. E.g. clojure.tools.nrepl.middleware.interruptible-eval gets rendered as c.t.n.m.interruptible-eval.

@flexsurfer flexsurfer modified the milestones: 0.5.0, 0.3.3 Sep 2, 2017
@flexsurfer
Copy link
Owner

0.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants