Deadlocklogic

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
-
Deadlocklogic created a post, AnsweredC/CPP psi language docs availability?
Hi, I am trying to develop a CLion plugin, so far I am tinkering with https://github.com/zero9178/C-Cpp-Coverage-for-CLion But when I try to navigate to any CPP psi class in com.jetbrains.cidr.lang... -
-
-
-
Deadlocklogic created a post, How to properly resolve a PyCallExpression
class Vector2(object): def __init__(self, x, y): self.x = x self.y = y def method(self): print("hello function!")vector2 = Vector2(-1, -2)vector2.method() Considering thi... -
-
-
-