Dmitry Kandalov
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
Dmitry Kandalov created a post, AnsweredAre there any plans to bring the Commander toolwindow back? :)
Because it could be a great alternative to native OS file managers and maybe combined with the light editor mode 🤔 -
-
Dmitry Kandalov commented, -
Dmitry Kandalov created a post, AnsweredHow to determine when IDE has started (including all plugins)?
Is there some callback to register or flag to check that IDE startup initialisation is finished? -
-
-
Dmitry Kandalov created a post, Adding new InspectionProfileEntry to InspectionProfile
Hello, What is the right way from API point of view to create inspection at runtime and add it to InspectionProfile? -
Dmitry Kandalov created a post, Java script resolution of function calls
Hello,For example, consider the code below: function hello1() { console.log("hello1");}var lib2 = function(context) { context.hello2 = function() { console.log("hello2"); };};var li... -
Dmitry Kandalov commented,