Silence Tai
Silence Tai
NPE
``` java.lang.NullPointerException at idea.plugin.psiviewer.view.EditorPsiElementHighlighter.isWhiteSpaceFiltered(EditorPsiElementHighlighter.java:113) at idea.plugin.psiviewer.view.EditorPsiElementHighlighter.apply(EditorPsiElementHighlighter.java:63) at idea.plugin.psiviewer.view.EditorPsiElementHighlighter.lambda$highlightElement$0(EditorPsiElementHighlighter.java:42) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:864) at idea.plugin.psiviewer.view.EditorPsiElementHighlighter.highlightElement(EditorPsiElementHighlighter.java:42) at idea.plugin.psiviewer.view.PsiViewerPanel.applyHighlighting(PsiViewerPanel.java:205) at idea.plugin.psiviewer.view.PsiViewerPanel.setSelectedElement(PsiViewerPanel.java:236) at idea.plugin.psiviewer.view.PsiViewerPanel.selectElementAtCaret(PsiViewerPanel.java:371) at idea.plugin.psiviewer.view.PsiViewerPanel.selectElementAtCaret(PsiViewerPanel.java:324) at idea.plugin.psiviewer.controller.project.EditorListener.caretPositionChanged(EditorListener.java:136) at jdk.internal.reflect.GeneratedMethodAccessor137.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at...
Fixes #9031 ```rust use self::foo::break ``` The original content of the above error caused the PSI element to escape from `USE_ITEM` changelog: Fix raw identifier in `use declarations` not complete
The UI interface and internal code are heavily coupled in the current version, and other code is not cleaned up, which makes maintenance difficult. Therefore, we decided to redraw the...
Currently only `TyAdt` is supported. Closed #5569 changelog: Detect [E0368](https://doc.rust-lang.org/error-index.html#E0368) and [E0369](https://doc.rust-lang.org/error-index.html#E0369) compiler errors
Closed #5976 - [x] Support suppress file level inspection annotations - [ ] Support quick fix
The Mods folder does not exist, causing the current dll to not be loaded correctly by the game.
### Description Support for passing `GTK_DEBUG` in the service to enable inspect ### Checklist - [x] Change is backwards compatible. - [x] Code formatted with `./format`. - [x] Code tested...