Skip to content

doctor/vscode-php-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode PHP Toggle

This extensions provides toggle command for PHP tags in VSCode.

Command:

php-toggle.toggleTags

Features

  • Cycles through tags <?php ?> and <?= ?>
  • Multiline support
  • Works in php, html.php

Keyboard shortcuts

MacOS: Command+Shift+/

Windows & Linux: Ctrl+Shift+/

To customize keyboard shortcuts:

{
  "command": "php-toggle.toggleTags",
  "key": "ctrl+shift+/",
  "when": "editorTextFocus && editorLangId =~ /php/"
},

Credits

Inspired by @kirillplatonov plugin vscode-erb-toggle.

License

This extension is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors