We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I cannot get much to work, apart from connecting to figwheel and evaluating expressions.
I seem to have a valid connection (it says nrepl://localhost:59627 (clj/cljs) in the bottom bar), but I don't get any editor support.
nrepl://localhost:59627 (clj/cljs)
I have checked that both figwheel-sidecar and com.cemerick/piggieback are in my dev-dependencies, and that the repl-options are correct.
figwheel-sidecar
com.cemerick/piggieback
Any hints?
The text was updated successfully, but these errors were encountered:
It seems the extention is abandoned :/
Sorry, something went wrong.
Sorry! Not abandoned! Just very busy and/or lazy :)
I have a new update that I will try to get out ASAP! (this week!)
New/improved features include:
Also refactored quite a bit to make it easier to maintain and understand what I am doing between sessions!
new version published, please let me know if you have any issues with it!
Add https://github.com/candid82/joker to path for error-linting, and https://github.com/weavejester/cljfmt to profiles.clj or your project for code formatting.
Only tested using windows 10 and figwheel.
No branches or pull requests
Hi!
I cannot get much to work, apart from connecting to figwheel and evaluating expressions.
I seem to have a valid connection (it says
nrepl://localhost:59627 (clj/cljs)
in the bottom bar), but I don't get any editor support.I have checked that both
figwheel-sidecar
andcom.cemerick/piggieback
are in my dev-dependencies, and that the repl-options are correct.Any hints?
The text was updated successfully, but these errors were encountered: