You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
While editing in some other file, open Cmd-T to access the Quick Open feature. Delete the @ sign if present, and then type "ASC".
It finds both ActionScriptCompiler.js and ASC.js, but ranks ActionScriptCompiler.js higher when it should probably prefer the exact match prefix for ASC.js at the top of the list.
Add two files in the project root:
ASC.js
ActionScriptCompiler.js
While editing in some other file, open Cmd-T to access the Quick Open feature. Delete the @ sign if present, and then type "ASC".
It finds both ActionScriptCompiler.js and ASC.js, but ranks ActionScriptCompiler.js higher when it should probably prefer the exact match prefix for ASC.js at the top of the list.