Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://adevait.com/php/sublime-text-3-mastery-php-developers#:~:text=Suppose%20you%20have%20the%20following%20code%3A
- Alignment
- Suppose you have the following code:
- $apple = “apple”;
- $pear = “pear”;
- $banana = “banana”;
- You can highlight them all at once, press ctrl+alt+a and what you’ll get is:
- $apple = "apple";
- $pear = "pear";
- $banana = "banana";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement