Skip to content

Commit 46fe34e

Browse files
committed
Update README.md
1 parent a3769f6 commit 46fe34e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# lua-mtavscode (prototype)
1+
# Lua MTA VScode (preview)
22

33
[![Build](https://github.com/afestupinanp/lua-mtavscode-prototype/actions/workflows/build.yml/badge.svg)](https://github.com/afestupinanp/lua-mtavscode-prototype/actions/workflows/build.yml)
44

5-
lua-mtavscode is an extension for Visual Studio Code editor to add IntelliSense support, snippets, commands and more for the [Multi Theft Auto San Andreas](https://mtasa.com) modification.
5+
Lua MTA VScode is an extension for Visual Studio Code editor to add code completion support, snippets, commands and more for the [Multi Theft Auto San Andreas](https://mtasa.com) modification.
66

77
## Features
88

99
### Code completion support
1010

11-
lua-mtavscode comes with autocomplete, hover and signature providers for various symbols that belong to MTA San Andreas. The extension can be customized to differentitate between client, server and sharedside symbols, allowing you to see the only the ones that are available for the scriptside you are dealing with. This setting can be customized, allowing special keywords to be used to differentiate both scriptsides, by default, it uses the c_ and s_ syntaxes, as well as looking for "server" and "client" words in the file.
11+
Lua MTA VScode comes with autocomplete, hover and signature providers for various symbols that belong to MTA San Andreas. The extension can be customized to differentitate between client, server and sharedside symbols, allowing you to see the only the ones that are available for the scriptside you are dealing with. This setting can be customized, allowing special keywords to be used to differentiate both scriptsides, by default, it uses the c_ and s_ syntaxes, as well as looking for "server" and "client" words in the file.
1212

1313
Please note, this is not a full LSP, which means, it doesn't have detection for variables, custom functions, and other general features of a LSP.
1414

1515
Every autocomplete and hover item describes what does the method do, its parameters, as well as a link to the [MTA Wiki](https://wiki.multitheftauto.com) for full reference!
1616

17-
For the meta.xml file, lua-mtavscode also provides snippets for autocompletion, with a little description.
17+
For the meta.xml file, Lua MTA VScode also provides snippets for autocompletion, with a little description.
1818

1919
### Useful snippets
2020

2121
This extension provides useful snippets for coding your resource, for example, create a command handler, add a custom event and more!
2222

2323
### Project scaffolding (TO-DO)
2424

25-
This extension adds the ability to scaffold a resource from the get go, simply with the press of a click!
25+
This extension adds the ability to scaffold a resource from the get go, simply call the respective command (`Lua MTAVScode: Scaffold a new resource`) and you will be able to generate a simple project from the get go. If you also have git configured, you can also create a new
2626

2727
## Settings
2828

0 commit comments

Comments
 (0)