Getting very frustrated with the whole PowerApps platform. This is a new one. When I try and edit code, if I hit tab, it inserts random text. The only solution is to reverse the changes, save and reopen PowerApps project and try again.
Solved! Go to Solution.
Hi,
Tab by default inserts the intellisense suggested item.
If you are trying to 'tab' items to indent them, unfortunately you will have to re-adjust your way of thinking from existing IDE standards - I am also used to tabbing in VSCode and other IDEs, but in Power Apps if you want to do this you can use
Ctrl+] or Ctrl+[ to indent that line in or out
Cheers,
Sancho
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Hi,
Tab by default inserts the intellisense suggested item.
If you are trying to 'tab' items to indent them, unfortunately you will have to re-adjust your way of thinking from existing IDE standards - I am also used to tabbing in VSCode and other IDEs, but in Power Apps if you want to do this you can use
Ctrl+] or Ctrl+[ to indent that line in or out
Cheers,
Sancho
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |
Hi Sancho,
Thanks for the tips, i'll try that next time. The annoying thing is, sometimes tab seems to work, other times it inserts the intellisense. Some consistency and alignment would be nice.
Kind regards,
Ben.
Yeah, agree its a bit of a pain,
Did a bit more experimenting and there's actually a somewhat illogical consistency to it - so the funny thing is that when the IDE can't properly interpret your code, i.e. a missing " somewhere or a random inserted character, then it allows tabbing because it can't figure out what intellisense item to insert.
So.. if you want to use tab to indent/outdent, insert a random character on a new line at the top of your code, like an 'a', then you can use tab on all of the code below it, then just remove the character after you're done 🤔
Cheers,
Sancho
@iAm_ManCat |
Please 'Mark as Solution' if someone's post answered your question and always 'Thumbs Up' the posts you like or that helped you! |
Thanks! |