Andrii Rublov

Results 41 issues of Andrii Rublov

Generate IronPython stubs for every new version of Engine for auto completion

enhancement
planned
topic: scripting
backlog

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...

enhancement

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

enhancement
suggestion

For now, the whole build tree root is recreated using updated MGCB information. It could be simplified to just removing/adding necessary items.

enhancement

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...

enhancement

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.

enhancement
good first issue

From #198: https://github.com/JetBrains/rider-efcore/issues/198#issuecomment-1764008050

enhancement
good first issue

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...

enhancement

### Summary Currently, the plugin defines such plugin dependencies: - [x] Database - [ ] Terminal (_feature in progress_) - [ ] F# (_feature in progress_) - [ ] AI...

enhancement