-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support Prismatic Schema #319
Comments
+1 on prismatic schema, that would be outstanding! |
Yes, I'm planning to do this very soon. Core.typed is already basically done, I think, although the support isn't very intelligent yet - just ignores the core.typed symbols so the inspector doesn't complain. |
+1 for schema support, especially |
I too would really enjoy this. 👍 |
👍 |
👍 Please add this! |
It would be also nice to support |
Hi, Is there any sort of timeline for this issue? We use schema heavily, and this is, by far, my biggest gripe with cursive right now. IIRC, some of IDEA's actions used to work on schema stuff (go to symbol, file structure, not highlighting everything as unrecognized symbols, etc.), and even just restoring that basic functionality would be a huge improvement for me. As it stands, I'm basically reduced to just text search to get around (since our heavy usage of schema makes those more advanced actions basically unusable), and most of the code I work on looks like a kid went wild with a highlighter. Ok, rant over. :) Cursive is awesome. |
+1000 for what @KevinCorcoran said |
me too :) |
Arg, I'm sorry guys - I'm hoping to get this into the next release but circumstances have meant I haven't had time to work on it. I'll do my best - if not I'll bring out another release shortly to fix this. |
Thanks! |
Ok, initial support for this is in the next build. It still needs some more work, but it should mostly work. The biggest missing piece is that This was a bit of a rush job because I have to get this build out before the current beta expires, so please let me know if anything is missing or doesn't work correctly. The outstanding items listed above will be fixed in the following build. |
YES! Thanks again! |
Thank you very much!!! |
Any update on getting schema's defrecord supported? |
+1 for s/defrecord |
This is finally fixed for the next build. |
Hooray!!! |
I see #993 now. Looks like I'm not alone. |
It would be nice if Cursive could "magically" recognize Prismatic Schema and it's variations on def and defn, etc. Probably the same for core.typed.
The text was updated successfully, but these errors were encountered: