-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix emmet bug not inserting the correct template #31
Conversation
d295fb8
to
e051257
Compare
@unlocomqx Could you release a jar somewhere with all your changes? I can't get anything to build (my knowledge of java = 0) and @tomblachut seems to be taking a long holiday |
I will merge my PR's in one branch and produce a JAR to have it installed. I need that as well |
@nightwolfz Upon testing with other PR's, this PR seems to break some functionality |
@unlocomqx - yesterday I already merged some your PRs (and I skipped this "emmet" one) into test branch https://github.com/tiatin/svelte-intellij. I also merged #18, but not sure if it is complete or not. And I also ran into issue with building. Reason was in old idea version. Updating versions fixed the build: tiatin@92ef521. And I created a release based on this test branch: https://github.com/tiatin/svelte-intellij/releases/tag/v0.7.1. So far I can tell that your PR #30 seems not working (maybe #18 has influence on this, not yet sure): I also have such strange issue: Also Later today I will build your install branch and will let you know, but I will update versions like this tiatin@92ef521 if you don't mind, otherwise I will fail to build. Update: actually #30 works. Its goal was to fix |
@unlocomqx @nightwolfz - release based on install branch: https://github.com/tiatin/svelte-intellij/releases/tag/v0.7.2. It has the same issues with store variables and |
Thanks for the build, I will try your commit to successfully build it as well |
Code navigation is a nice feature, but I would update lexer in first priority to avoid incorrect syntax highlights. I will try to fix it myself as well. Thank you! |
I don't fully understand the lexer part just yet. If you make any progress, I will surely learn from it :)) |
@nightwolfz @tiatin @nightwolfz I'm back from the dead (actually from deadline at work but I guess it's the same). I have another upcoming deadline so it's not so great but I'll try to be responsive. Let me know how can I help you understand codebase. @tiatin about updating versions. It's strange, because for me it works. I wanted to lock versions so everyone will use the same build but maybe it would be better to use latest snapshot in light of your issues. #18 requied some testing. I didn't want to rush and break everyones IDEs. |
@tomblachut not to worry at all, I also get drowned in work sometimes so I know what it's like |
Somewhat hacky but should fix #19
Debug info below