Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmckinney committed Jan 16, 2024
1 parent be44330 commit 8718fa3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ The module with your extension methods must declare that it should be processed
Please see the documentation for making [extension libraries](https://github.com/manifold-systems/manifold/tree/master/manifold-deps-parent/manifold-ext#extension-libraries).

### Q: I defined a new *extension class* with some extension methods, IntelliJ flags usage of them as errors. What's wrong?
Sometimes IntelliJ's cache is out of sync with extensions. The simplest remedy is to refresh the project from source
control using the *Refresh* (🗘) tool command:
<p><img src="http://manifold.systems/images/scm_refresh.png" alt="scm refresh" width="40%" height="40%"/></p>
Sometimes IntelliJ's cache is out of sync with extensions. Generally, whenever IntelliJ's editor displays an error for legal usage
of a manifold feature, you can often remedy the problem by making a small change at the use site and then undoing the change.
Failing that, it is best to close and reload the project. Please report errors of this nature as [issues](https://github.com/manifold-systems/manifold/issues)
on manifold's github repo.

0 comments on commit 8718fa3

Please sign in to comment.