Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>InfanionNew to Visual Studio Code? Get it now.
Infanion

Infanion

Infanion

|
138 installs
| (0) | Free
Build your web applications with ease using our comprehensive infanion package, offering tailored support for PHP, Python, React, and Next.js development. Boost productivity with features like IntelliSense, debugging tools, and framework-specific integrations, all within the familiar VS Code environ
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

infanion Package

Description

Welcome to the infanion Package! This package combines several useful extensions to enhance your development experience across various web development technologies. From Django to Next.js, PHP to Python, React to Drupal, and more, this collective package offers a comprehensive set of tools to streamline your workflow.

Included Extensions

  • batisteo.vscode-django: VS Code extension for Django projects.
  • bmewburn.vscode-intelephense-client: PHP IntelliSense.
  • dbaeumer.vscode-eslint: Integrates ESLint into VS Code.
  • dssiqueira.drupal-8-snippets: Drupal 8 Snippets for VS Code.
  • dsznajder.es7-react-js-snippets: Code snippets for React development.
  • eamodio.gitlens: GitLens supercharges the Git capabilities built into Visual Studio Code.
  • ecmel.vscode-html-css: HTML CSS Support.
  • gitlab.gitlab-workflow: GitLab Workflow.
  • junstyle.php-cs-fixer: PHP CS Fixer.
  • marcostazi.vs-code-drupal: Drupal Syntax Highlighting and Snippets.
  • ms-python.debugpy: Python debugging in VS Code.
  • ms-python.python: Python for Visual Studio Code.
  • ms-python.vscode-pylance: Python Language Server for Visual Studio Code.
  • neilbrayfield.php-docblocker: A simple, dependency free PHP docblock generator.
  • pulkitgangwar.nextjs-snippets: Code snippets for Next.js.
  • sonarsource.sonarlint-vscode: SonarLint for Visual Studio Code.
  • streetsidesoftware.code-spell-checker: Spelling checker for source code.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the square icon in the Sidebar.
  3. Search for each extension by name.
  4. Click Install to install it.
  5. Reload Visual Studio Code.

Settings

Here's a sample settings.json configuration you can use with these extensions:

{
  "workbench.colorTheme": "Default Dark Modern",
  "files.exclude": {
    "**/vendor": true
  },
  "gitlab.showPipelineUpdateNotifications": false,
  "[php]": {
    "editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
  },
  "php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
  "php-cs-fixer.executablePathWindows": "",
  "php-cs-fixer.onsave": true,
  "php-cs-fixer.rules": "@PSR12",
  "php-cs-fixer.config": ".php-cs-fixer.php;.php-cs-fixer.dist.php;.php_cs;.php_cs.dist",
  "php-cs-fixer.allowRisky": false,
  "php-cs-fixer.pathMode": "override",
  "php-cs-fixer.ignorePHPVersion": false,
  "php-cs-fixer.exclude": [],
  "php-cs-fixer.autoFixByBracket": true,
  "php-cs-fixer.autoFixBySemicolon": true,
  "php-cs-fixer.formatHtml": true,
  "php-cs-fixer.documentFormattingProvider": true,
  "php-docblocker.returnGap": true,
  "php-docblocker.qualifyClassNames": true,
  "php-docblocker.alignReturn": true,
  "php-docblocker.alignParams": true,
  "php-docblocker.author": {
    "name": "Name",
    "email": "email@email.com"
  },
  "php-cs-fixer.lastDownload": 1713872228697,
  "sonarlint.focusOnNewCode": true,
  "cSpell.language": "en-GB,nl",
  "cSpell.maxDuplicateProblems": 10,
  "cSpell.suggestionNumChanges": 5,
  "cSpell.ignorePaths": [
    "package-lock.json",
    "node_modules",
    "vscode-extension",
    ".git/objects",
    ".vscode",
    ".vscode-insiders",
    "**/vendor"
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft