J. Ansorg

https://ansorg-it.com/intellij/
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
-
-
J. Ansorg created a post, Lazy init in PSI classes and multi-threaded access
Hi, I'm uncertain about PSI caching rules and would love some help here. A user reported a dead-lock at https://github.com/jansorg/BashSupport/issues/467 . Basically this is the UI thread waiting f... -
J. Ansorg created a post, AnsweredWhen will all modified files be saved after a refactoring?
Hi, if a user performs a refactoring, e.g. rename, when will all modified files be finally stored to disk? I'm wondering if the default save timeout will be used or if all files will be committed ... -
J. Ansorg created a post, PsiUtil class from openapi missing in PhpStorm 10.0.2?
Hi,users of my plugin reported an issue: https://github.com/jansorg/BashSupport/issues/299 .The class PsiUtil is missing. The class is available in the community edition and is in the openapi.jar.M... -
-
-
J. Ansorg created a post, When is a StubIndex built?
Hi,when will a StubIndex be updated with the information of a certain PsiFIle?I have an inspection which uses a StubIndex to check elements in a file. It accesses a StubIndex for the current PsiFil... -
J. Ansorg created a post, stubs in injected documents?
Hi,is there a way to use a StubIndex to retrieve elements in injected PSI files?Stub indexing seems to be done for the top file, only, I think.The problem I'm trying to solve is to handle code pass... -
J. Ansorg created a post, May I use a stub index to resolve in own containing file?
Hi,BashSupport is quite slow in resolving defintions in large bash files (4400 lines in a real-world test file). I'm trying to speed this up. I've profiled the code and it shows that var and functi...