Skip to content

Releases: CodingJeffRoblox/Roblox-VSCode

🚀 Official Release: Roblox VSCode v0.10.0-Alpha

Choose a tag to compare

@CodingJeffRoblox CodingJeffRoblox released this 18 Apr 20:05
d44b56b

Welcome to the most significant evolution of Roblox VSCode. This update transforms the core user experience, making professional Roblox development more accessible, stable, and visually polished than ever before.


v0_10_banner

🌐 Project Links


💎 Detailed Overview

1. The Interactive Onboarding System

We've eliminated the "What do I do now?" phase.

  • IDE Walkthrough: A native, multi-step guide in VS Code that handles server setup and permissions.
  • Studio Tutorial: A dynamic onboarding sequence in the Studio plugin that highlights buttons and explains the sync logic to new users.

2. High-Fidelity UI & Animations

Roblox developers deserve professional tools that look and feel great.

  • TweenService Integration: All tab switches and status changes in Studio now feature smooth, hardware-accelerated animations.
  • Theme Engine: Switch between 4 distinct design languages (Indigo, Gold, Ruby, Emerald) to match your personal workspace.

3. State-of-the-Art Sync Engine

Under the hood, we've solved one of the hardest problems in cross-platform sync: Line-Ending Normalization.

  • Fingerprinting Fixes: We've unified how Windows (CRLF) and Roblox (LF) treat code, resulting in 100% accurate file comparisons and zero redundant syncs.
  • Delta Hashing: Our FNV-1a implementation remains the fastest in the industry, allowing for sub-100ms sync times even on large projects.

4. Hosted Documentation Portal

We've moved beyond simple text files. Our new web-based portal provides:

  • Usage Guides: Step-by-step instructions for every feature.
  • Technical Deep Dives: For developers who want to understand the networking and security layers.
  • Troubleshooting: A comprehensive FAQ for common Studio/IDE permission issues.

📦 Download & Installation

  1. Get the VS Code Extension from the Official Release Page.
  2. Install the Roblox Plugin from the Roblox Creator Store.
  3. Follow the interactive tutorial that will automatically launch when you first open the tools!

Developed with ❤️ by CodingJeffRoblox © 2026

🏆 Release Notes: v0.8.0-Alpha

Choose a tag to compare

@CodingJeffRoblox CodingJeffRoblox released this 14 Apr 03:21
a443916

🚀 Welcome to the Alpha!

We have officially moved out of the "Testing" phase. This Alpha release introduces the highly-requested Bi-Directional Sync and a massive list of professional stability improvements.

✨ What's New

  • 🔄 Bi-Directional Synchronisation: Use the new "Push to VS Code" button in Roblox Studio to overwrite your local IDE files with your Studio code.
  • 🪟 Multi-Window Intelligence: Work across multiple VS Code windows seamlessly. The extension automatically routes all updates through a single high-speed bridge.
  • 📢 Enhanced Discord Webhooks: Added PostAsync support and internal diagnostics to ensure your connection logs are always delivered.
  • 📈 Live Progress Tracking: A dynamic UI in Studio now shows exactly which file is being synced and the overall percentage complete.
  • 📂 Full Explorer Sync: Creating, deleting, or moving scripts and folders in VS Code is now instantly reflected in the Roblox Studio hierarchy.
  • 🛡️ Undo/Redo Support: Every sync batch now records a waypoint. If a sync goes wrong, just press Ctrl+Z in Studio.

📥 Installation

  1. Download the roblox-vscode-0.8.0-alpha.vsix file attached to this release.
  2. In VS Code, go to the Extensions tab (Ctrl+Shift+X).
  3. Click the ... (three dots) in the top right and select Install from VSIX....
  4. Install the Roblox Studio Plugin to complete the link.

Developed by CodingJeffRoblox