-
Notifications
You must be signed in to change notification settings - Fork 24
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
You need to write a letter before writing settings #183
Comments
Hey @MaksymKurniy You can have completions within schema regions show up without typing by triggering the completions list using the following key mapping: Ctrl + Space Here is an attached video of that in action: issue.mp4In regards to the {
"engine": "shopify",
"files": {
"locales": "locales/en.default.json" // ensure your path is passed here
}
} As aforementioned, I cannot guarantee its supported yet, maybe I only built support in for |
Oh.. Wait. Now I see what you mean, you want the completions to apply when you type raw into the JSON schema regions and upon hitting enter/return, the previous entered keys (in this case I can support that, I'll make a note to add it in the next time I work on project. |
and if i type test i get
|
In the schema, when I try to add a checkbox, I need to write some letter first and then my request, if I immediately write a checkbox, I will get the following result:
![image](https://private-user-images.githubusercontent.com/143005645/299328704-0379353f-8c4a-41e5-8ac9-1e55de4d7dd0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0OTUwNjgsIm5iZiI6MTczOTQ5NDc2OCwicGF0aCI6Ii8xNDMwMDU2NDUvMjk5MzI4NzA0LTAzNzkzNTNmLThjNGEtNDFlNS04YWM5LTFlNTVkZTRkN2RkMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwMDU5MjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kZDAzYjUwYzRlNzA4MzFjMWJmNzgwMDZkMWU2ZGY5Yjk3MjU2MmZiYzEyOTIxNGI0YzQ3N2FlYjMwMjAzYmNkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.3rt0_W2jYb2MChZfGOGRA4fO1QPKZfB8tBr0rquObDg)
![image](https://private-user-images.githubusercontent.com/143005645/299329039-f7497416-30d4-4d42-986b-0e29f5d2958b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0OTUwNjgsIm5iZiI6MTczOTQ5NDc2OCwicGF0aCI6Ii8xNDMwMDU2NDUvMjk5MzI5MDM5LWY3NDk3NDE2LTMwZDQtNGQ0Mi05ODZiLTBlMjlmNWQyOTU4Yi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwMDU5MjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NTk3MzVlNzA4Njk3YWJjOTVmZjM4ZWYyMGY0YTNkMmY4ZjUzMmU3MzljMzBjM2E0OWQ2M2M4NTJiNThjMWZjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ykHR38sxYSLDCMW52t-IHPI3gPd_XIX5rQG_V7Zo-OM)
but if I write like this, it will find everything, but the first letter will remain
"ccheckbox"
it would also be very cool if a translation line was added to the label, something like this: "t:sections.collage.blocks.collection.settings.test.label"
The text was updated successfully, but these errors were encountered: