- Auto-completion in that field might be hard to do (it’s already a bit of a hack), but I can make it update on typing.
- I can add an option for keeping/discarding selected text and focus the field.
- Casting an either-type to a specific one requires an explicit cast (
as
), per doc. - I eventually intend to support this, but it does require re-structuring the project indexer so that it maintains source code of files for later checking or hacking something on top of the current search system.
- You can split the view horizontally much like in GMS2 - right-click on the code editor and pick “Show Aside”; this plugin allows to quickly open/change/close the side editor without switching the primary one.
- Ctrl+T shows assets and code structures, included files are neither of two (and may also exist in arbitrarily large quantities). What is your intended use for this?