"Word" deletion

Issue #184 open
Joe Flood created an issue

Extremely minor issue/request!

Basically, when using Ctrl+Backspace, it’d be nice if it deleted the last “word”. For example, if I type player.spawn and then hit Ctrl+Backspace, it should read player..

It seems like most other “navigation” actions - e.g. Ctrl+Left/Right are handled properly by Unity.

There’s a slight caveat that Ctrl+Backspace appears to trigger an undocumented Unity SRP debug menu, which I’m hoping is disable-able!

Comments (3)

  1. Leo Hilbert

    You can disable Unitys Debug UI using

    DebugManager.instance.enableRuntimeUI = false;
    

    Having ctrl+backspace would be great 👍

  2. Log in to comment