Andrii Rublov
Andrii Rublov
Generate IronPython stubs for every new version of Engine for auto completion
Currently, MGCB Editor Tool is detected from the frontend side in quite an ineffective and buggy way. ReSharper 2022.2 SDK comes with `NuGetDotnetToolsTracker` that could be used on a project-scoped...
Currently .fx files are just plain text ones. Need to implement syntax for them Grammar to start from: https://github.com/SickheadGames/HL2GLSL/blob/master/parser/hlsl.grammar Grammar used in Chromium: https://chromium.googlesource.com/chromium/chromium/+/d12b0baace92618bc8516561a254c0e96cd3a408/o3d/compiler/hlsl/HLSL.g
For now, the whole build tree root is recreated using updated MGCB information. It could be simplified to just removing/adding necessary items.
Currently, `to_camelcase` takes into account only '-' as a separator (because of CSS' kebab-case). But there are also a lot of places where `_` is used (snake_case), it leads to...
Currently, if migration has been created via Add Migration dialog it does not appearing in the code editor after execution. It would be cool to add such an optional checkbox.
From #198: https://github.com/JetBrains/rider-efcore/issues/198#issuecomment-1764008050
Currently, it's hard to determine if everything is OK with release without making at least manual smoke testing. Let's introduce a set of automated tests to introduce more robust CI...
### Summary Currently, the plugin defines such plugin dependencies: - [x] Database - [ ] Terminal (_feature in progress_) - [ ] F# (_feature in progress_) - [ ] AI...