Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Play FrameworkNew to Visual Studio Code? Get it now.
Play Framework

Play Framework

CMSoftwareDevelopment

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

Play Framework Extension for VS Code

A Visual Studio Code extension providing comprehensive language support for Play Framework files.

Features

  • Syntax Highlighting: Full syntax highlighting for routes files
  • IntelliSense: Smart autocompletion for:
    • HTTP methods (GET, POST, PUT, DELETE, etc.)
    • Controller names with package paths
    • Controller methods with parameter hints
    • Path patterns and common REST endpoints
  • Validation: Real-time validation for:
    • HTTP methods
    • Controller existence
    • Method existence
    • Route format
  • Go to Definition:
    • Jump to controller methods with Ctrl+Click on method names
    • Jump to controller classes with Ctrl+Click on controller class names
  • Formatting: Automatic alignment of routes for better readability
  • Hover Information: Documentation on hover for methods and controllers

Usage

  1. Open any .routes file in VS Code
  2. The extension automatically activates and provides all features
  3. Use Ctrl+Space for autocompletion suggestions
  4. Ctrl+Click on controller class names to jump to their definition
  5. Ctrl+Click on controller methods to jump to their definition
  6. Format document with Shift+Alt+F

Requirements

  • VS Code 1.74.0 or higher
  • A Play Framework project with controllers in standard locations (app/, app/controllers/)

License

Copyright © 2024 CMSoftwareDevelopment. All rights reserved.

This is proprietary software. See LICENSE file for details.

Contact

For licensing inquiries or support: carloshe@cmdsoftware.dev

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft