Deji
Deji
Summary: it should be possible for to skip all code in vendor files when using the "Step Into" function, only stopping in application source files. Likewise, it should be possible...
When I first import a function or const, it is usually placed in a separate block to the class imports, like so: ```php use Encase\Functional\Type; use const Encase\Matching\Support\_; use function...
Steps to reproduce: 1. Create a test file e.g. `MyTest.php` with a class `MyTest` 2. Copy this test file in an attempt to quickly create a new test without writing...
FreeCam now pops up with on-screen controls dialog on first use. For those familiar with the controls, this is just an extra thing to close. It also stays open after...
Using a controller, I find the control layout for FreeCam to be very awkward to use when compared to nVidia Ansel. It would be great to be able to customise...
```cpp DECLARE_PLUGIN_DETOUR(Stealthometer, void, ZAchievementManagerSimple_OnEventSent, ZAchievementManagerSimple* th, uint32_t eventId, const ZDynamicObject& event) { ZString s_EventData; Functions::ZDynamicObject_ToString->Call(const_cast(&event), &s_EventData); Logger::Debug("Achievement Event Sent: {} - {}", eventId, s_EventData); auto s_JsonEvent = nlohmann::json::parse(s_EventData.c_str(), s_EventData.c_str() +...
This extension is great for using tabs for indentation while aligning comments white spaces, however it interferes with features that automatically continue comment blocks on pressing Enter. Say `>` is...