Aster

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Aster created a post, AnsweredHow to check if a PsiElement is the last element in a line
ScenesI 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... -
-
Aster created a post, AnsweredHow to mark Modules when opening a project
The 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...