Aster

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Created How to check if a PsiElement is the last element in a line
AnsweredScenesI need to display Type Hint after `MyPsiMethod`.I'm going to use InlayHintsSink.addInlineElement to append Inlay Hint at the end of the line.For the following statements: object .outer(ca... -
Created How to mark Modules when opening a project
AnsweredThe project I need to work on has such a directory structure, where `moduleA` and `moduleB` are directories that need to be marked as module.root - projects/ - moduleA - package.toml - modu...