Claude/organize vsstudio w399e#14010
Open
freddyteddy123 wants to merge 2 commits intonextcloud:masterfrom
Open
Claude/organize vsstudio w399e#14010freddyteddy123 wants to merge 2 commits intonextcloud:masterfrom
freddyteddy123 wants to merge 2 commits intonextcloud:masterfrom
Conversation
- Create dedicated vscode.rst guide with DevContainer setup, recommended extensions, workspace settings, and Xdebug debugging configuration - Add VS Code guide to getting_started table of contents - Add tip in devenv.rst linking to VS Code guide https://claude.ai/code/session_01X31tVJypF2hEZq6xmjVhWi
Add section for extensions that integrate with VS Code's Problems panel: - PHP: Intelephense, PHPStan, PHP CS Fixer - JavaScript/TypeScript: ESLint, TypeScript, Error Lens - PowerShell: PSScriptAnalyzer - General: Error Lens, Problems Tab Highlighter https://claude.ai/code/session_01X31tVJypF2hEZq6xmjVhWi
kesselb
reviewed
Jan 31, 2026
| VS Code is one of several IDEs you can use for Nextcloud development. | ||
| Other popular choices include **PhpStorm** and **Vim**. | ||
|
|
||
| DevContainer (Recommended) |
Contributor
There was a problem hiding this comment.
Suggested change
| DevContainer (Recommended) | |
| Dev Containers (Recommended) |
The follow their wording: https://code.visualstudio.com/docs/devcontainers/containers
| DevContainer (Recommended) | ||
| ========================== | ||
|
|
||
| The Nextcloud documentation and server repositories include VS Code DevContainer configurations |
Contributor
There was a problem hiding this comment.
Suggested change
| The Nextcloud documentation and server repositories include VS Code DevContainer configurations | |
| The Nextcloud documentation and server repositories include VS Code Dev Containers configurations |
| The Nextcloud documentation and server repositories include VS Code DevContainer configurations | ||
| for a consistent development environment. | ||
|
|
||
| Using DevContainer locally |
Contributor
There was a problem hiding this comment.
Suggested change
| Using DevContainer locally | |
| Using Dev Containers locally |
| 3. Open the repository folder in VS Code | ||
| 4. When prompted, click "Reopen in Container" or use the command palette (``F1``) and select **Dev Containers: Reopen in Container** | ||
|
|
||
| The DevContainer will automatically: |
Contributor
There was a problem hiding this comment.
Suggested change
| The DevContainer will automatically: | |
| The Dev Containers will automatically: |
| 3. Select the "Codespaces" tab | ||
| 4. Click "Create codespace on main" | ||
|
|
||
| For more details, see the `VS Code DevContainers documentation <https://code.visualstudio.com/docs/devcontainers/containers>`_. |
Contributor
There was a problem hiding this comment.
Suggested change
| For more details, see the `VS Code DevContainers documentation <https://code.visualstudio.com/docs/devcontainers/containers>`_. | |
| For more details, see the `VS Code Dev Containers documentation <https://code.visualstudio.com/docs/devcontainers/containers>`_. |
| ================= | ||
|
|
||
| - :ref:`devenv` - Development environment setup without Docker | ||
| - `VS Code DevContainers <https://code.visualstudio.com/docs/devcontainers/containers>`_ - Official documentation |
Contributor
There was a problem hiding this comment.
Suggested change
| - `VS Code DevContainers <https://code.visualstudio.com/docs/devcontainers/containers>`_ - Official documentation | |
| - `VS Code Dev Containers <https://code.visualstudio.com/docs/devcontainers/containers>`_ - Official documentation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
🖼️ Screenshots