-
Notifications
You must be signed in to change notification settings - Fork 345
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
Allow adding new keys from tree view #137
Comments
Landed in v1.4.2 🎉 Thanks again for the great idea! |
Wow! Thanks for such detailed feedback! 2 and 3 are fixed in v1.4.3. For the side panel issue. Please restart VSCode after updating and see if it still presents. I am not sure what's the problem(it happens sometimes when I am developing). I will keep investigating it. If you can consistently reproduce it please let me know the steps! Thanks!! |
Thanks for the fixes. Those seem to be working fine now. The side panel thing seems to happen fairly consistently for me.
|
@JohanBeekers Thanks for the info. I repeated your steps but it seems to work fine for me. May I have some of your information
|
|
Just to rule it out, i also just disabled every single extension except i18n ally, and i'm still having the problem that it messes up the sections when switching between files. Oh, and these are my settings:
|
@JohanBeekers You are awesome, dude! Thanks for being so patient on this. Now I can reproduce it. It happens when you manually reorder the views (that's why I didn't find it out before). The extension would remove the current file view when no needed and create a new one when necessary, and somehow this messed up with the manual positions. I think it's kinda a bug of VSCode. For now, I have made the current file view always visible as a workaround. Please update to v1.4.6. Hope it works. |
Was a bit busy today, but i just tried it out and it seems to be working now. I'll probably come up with some more feature idea's and bugs later. 😄 |
@JohanBeekers Thanks for all the help! Any ideas are welcome! |
From the tree view, it is possible to edit translations, rename keys and delete keys. But it isn't possible to add new keys from there. It would be great if it was possible to add new keys from the tree view.
Duplicating existing keys here would also be a great feature. As i often see myself duplicating existing keys, like error messages, and slightly changing them.
The text was updated successfully, but these errors were encountered: