We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not exactly sure what this is called but I hope pictures can explain it well enough.
So in Monaco when you use snippets you can create a dropdown of options such as this.
However in Ace, these options just don't show up.
So I was wondering if it would be possible to make the options show up? I may be doing something wrong.
snippet GetService local ${1} = game:GetService("${1|AssetService,BadgeService,ChangeHistoryService,CollectionService,ContextActionService,DataStoreService,GamepadService,GamePassService,GroupService,GuiService,HapticService,HttpService,InsertService,JointsService,LocalizationService,LogService,MarketplaceService,MessagingService,PathfindingService,PhysicsService,PluginGuiService,PolicyService,RunService,ServerScriptService,SocialService,SoundService,StudioService,TeleportService,TestService,TextService,TweenService,UserInputService,VRService,Workspace|}")
The text was updated successfully, but these errors were encountered:
does the version from attached pull request work the way you'd expect? You can try it from http://raw.githack.com/ajaxorg/ace/4fa3fb6b302745212af27ad96c7f9453b68e45fb/kitchen-sink.html, using edit snippets button.
Sorry, something went wrong.
Yes that version does work. Thank you so much!
Successfully merging a pull request may close this issue.
I'm not exactly sure what this is called but I hope pictures can explain it well enough.
So in Monaco when you use snippets you can create a dropdown of options such as this.
However in Ace, these options just don't show up.
So I was wondering if it would be possible to make the options show up? I may be doing something wrong.
The text was updated successfully, but these errors were encountered: