mtpilarek

Results 4 comments of mtpilarek

@rikschennink We've been using your library for a while and our users started reporting increased CPU usage on our React App up to 10% while app was idle. After investigating...

Any progress on this one or at least did someone (maybe you @thomas-bingel) manage to implement it using current extensibility points?

@Mathieuka did you make the extension work with Rider? I tried following template: jetbrains://rider/navigate/${filePath}&line=${line}&column=${column}, but as you mentioned Rider requires using relative paths and projectPath is empty. I couldn't find...

Ok, I have managed to find the regex functionality and make it work for Rider. For anyone interested I used following template: jetbrains://rider/navigate/reference?project={projectName}&path=${filePath}:${line}:${column} {projectName} is replaced with solution name I...