Skip to content
New issue

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

[Question] Snippets dropdown #4333

Closed
Burkino opened this issue Jul 2, 2020 · 2 comments · Fixed by #4334
Closed

[Question] Snippets dropdown #4333

Burkino opened this issue Jul 2, 2020 · 2 comments · Fixed by #4334

Comments

@Burkino
Copy link

Burkino commented Jul 2, 2020

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.
image

However in Ace, these options just don't show up.
image

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|}")
@nightwing
Copy link
Member

nightwing commented Jul 3, 2020

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.

@Burkino
Copy link
Author

Burkino commented Jul 3, 2020

Yes that version does work. Thank you so much!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants