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

No compile errors, goto def, etc #30

Open
grav opened this issue Nov 16, 2017 · 3 comments
Open

No compile errors, goto def, etc #30

grav opened this issue Nov 16, 2017 · 3 comments

Comments

@grav
Copy link

grav commented Nov 16, 2017

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 and com.cemerick/piggieback are in my dev-dependencies, and that the repl-options are correct.

Any hints?

@4mitch
Copy link

4mitch commented Feb 11, 2018

It seems the extention is abandoned :/

@sivertsenstian
Copy link
Owner

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:

  • Using joker for errors/warnings for both clj/cljs, on save
    • manually parsing stack-traces from eval / load file is not fun :( Might look into improving this later
  • Using cljfmt to format files on save
  • Hover, Goto etc works again!
  • Improved hover markdown
  • Auto-connect on startup!

Also refactored quite a bit to make it easier to maintain and understand what I am doing between sessions!

@sivertsenstian
Copy link
Owner

sivertsenstian commented Feb 17, 2018

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.

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

No branches or pull requests

3 participants