| Deno+ VS Code ExtensionThe definitive VS Code extension for Deno development, providing comprehensive tooling and development support for the Deno runtime. Features
🚀 Full IntelliSense support for Deno📦 Smart import suggestions from deno.land✨ Advanced code formatting with deno fmt🔍 Integrated type checking📝 Rich hover documentation🛠️ Project initialization and configuration🔄 Automatic dependency caching🎯 Import map support🔒 Integrated permissions management Commands
Deno+: Enable Deno- Enable Deno for the current workspaceDeno+: Disable Deno- Disable Deno for the current workspaceDeno+: Initialize Deno Project- Create a new Deno projectDeno+: Cache Dependencies- Cache project dependencies Settings
deno-plus.enable: Enable/disable Deno language serverdeno-plus.path: Path to Deno executabledeno-plus.lint: Enable/disable lintingdeno-plus.unstable: Enable/disable unstable APIsdeno-plus.importMap: Path to import map file Requirements
VS Code 1.80.0 or higherDeno runtime installed Installation
Install the extension from the VS Code marketplaceInstall Deno if you haven't already:
curl -fsSL https://deno.land/x/install/install.sh | sh
Enable Deno for your workspace using the command palette (Ctrl+Shift+P):
Deno+: Enable Deno
 Development
Clone the repositoryRun npm installOpen in VS CodePress F5 to start debugging ContributingContributions are welcome! Please feel free to submit a Pull Request. LicenseMIT Release Notes0.1.0Initial release of Deno+: 
Basic IntelliSense supportImport suggestionsCode formattingHover documentationProject initialization |  |