Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)
  1. 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.
  2. I can add an option for keeping/discarding selected text and focus the field.
  3. Casting an either-type to a specific one requires an explicit cast (as), per doc.
  4. 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.
  5. 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.
  6. 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?

Thanks for the detailed replies!

Re: 6. I typically want to quickly open some json file which is in the included files, or launch GMlive server executable :)