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

Improve performance and stability of manifold fragments in IntelliJ #495

Closed
rsmckinney opened this issue Sep 13, 2023 · 1 comment
Closed

Comments

@rsmckinney
Copy link
Member

Types defined in fragments are often lost in the IntelliJ editor after loading/refreshing a project and after other random background events that rip PSI out from under the editor. The dev experience is hampered by this. Work toward improving fragments as a first-class language construct within the IDE. In particular, since manifold-sql is going to leverage the crap out of fragments, hardening this feature is paramount.

rsmckinney added a commit to manifold-systems/manifold-ij that referenced this issue Sep 13, 2023
- added FragmentCache to aid in resolving fragment types
- several other related changes to stabilize fragments
@rsmckinney
Copy link
Member Author

Update available in latest IJ plugin releases 2023.1.25, 2022.3.42, 2022.2.42. Manifold release 2023.1.25 or later is required.

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

1 participant