From 5871e716552990393a748e9d10f19518de749e61 Mon Sep 17 00:00:00 2001 From: Sovereignty Date: Sat, 23 Nov 2024 22:21:20 +0000 Subject: [PATCH] Improved README with Installation instructions --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 659bb2f..b5f2bb4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,23 @@ # Template Repository Meant to be used as a template when creating new repositories. + +The default project json is a little advanced for some individuals' tastes. You are welcome to switch it out, or use one of the other provided project template files. ## Uses - Selene for linting -- rojo for syncing -- luau language server for intellisense and type checking \ No newline at end of file +- Rojo for syncing +- Luau Language Server for syntax, intellisense, type checking, and intellisense syncing + + + +## Installation + +- Luau Language Server [Click me](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.luau-lsp) + - Has an optional Roblox Studio plugin which allows for you to have intellisense for in-studio assets like Instances. + +- Rojo (One way syncing) [Click me](https://marketplace.visualstudio.com/items?itemName=evaera.vscode-rojo) + - You will need the Roblox Studio pair version of this extension. + +- Selene Linting (Preferably download locally via cargo{rust}) [Click me](https://marketplace.visualstudio.com/items?itemName=Kampfkarren.selene-vscode) + +- Stylua (Styling/Formatting) [Click me](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua) \ No newline at end of file