Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>deepansh_snippetsNew to Visual Studio Code? Get it now.
deepansh_snippets

deepansh_snippets

Deepansh Agrawal

|
61 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

deepansh-snippets README

  • Deepansh All Time saving tricks

Change variable case

  • change case commands
  • small case (CTRL+L)
  • upper case (CTRL+U)
  • snake case (CTRL+ALT+_)
  • camel case (CTRL+ALT+A)

php class getter setter

  • make a class and make some variables
  • Right click on variable and use getter and setter options.

OPS debug snippets

  • dd : dump and die
  • f_q : print full query (replace with object when using)
  • p_e : enable all errors
  • P_log : log without exit in a file
  • p_debug : get full traverse path
  • launch : use this in vscode launch.json file

php database Patch

  • ops_array_to_excel : array to execel convert

javascript snippets

  • ajax : Ajax Basic template
  • bookmark_admin_database : Quick shortcut to open Admin/database.

Mysql snippets

  • mysqldump : Mysql dump Query
  • mysql_import : Mysql import Query

debug launch.json

  • lanchJson : Launch.json snippet
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft