Igor Elovikov

Results 6 comments of Igor Elovikov

Sure consider this simple class in tsx ```ts import { jsxLogEvent, LogEntry, LogType } from "../../shared/shared"; class Logger { constructor() { var externalObjectName = "PlugPlugExternalObject"; var mylib = new ExternalObject("lib:"...

It also affects collections and with collections rider always suggesting to convert it to readonly (which breaks serialization) https://youtrack.jetbrains.com/issue/RIDER-94348/SerializeReference-and-generic-collection-holding-interface Currently it's very annoying to use [SerializeReference] with any form of...

Thanks for the feedback! Yeah, looks like plugin packaging was changed in the version. I'll try to fix it asap. In the meantime you can use manual installation. Just download...

thanks for the report! yeah, that's annoying (has to be -float(1.0), not the best solution) I'll fix that in the upcoming update among other stuff

yeah, it's fixed in `dev` branch among other things (for example declaring consts are much easier). ```python f3: float3 = {1.0, 2.0, 3.0} f2: float3 = 1.0 # implicitly become...

yep, "augmented assigns" ie `+=` `-=` `*=` is supported in the new branch