# Sublime AmxxEditor
[](https://travis-ci.org/evandrocoan/AmxxEditor)
[](https://ci.appveyor.com/project/evandrocoan/AmxxEditor/branch/master)
[](https://codecov.io/gh/evandrocoan/AmxxEditor)
[](https://coveralls.io/github/evandrocoan/AmxxEditor?branch=master)
[](https://www.codacy.com/app/evandrocoan/AmxxEditor?utm_source=github.com&utm_medium=referral&utm_content=evandrocoan/AmxxEditor&utm_campaign=badger)
[](https://github.com/evandrocoan/AmxxEditor/releases)
This was initially a mirror from the Sublime AMXX-Editor available on:
1. [[Editor] Sublime AMXX-Editor v2.2](https://forums.alliedmods.net/showthread.php?t=284385)
Now it is a fork filled within new settings and improvements. You can some of its features on:
1. [[TUT] Compiling AMXX plugins with Sublime Text](https://forums.alliedmods.net/showthread.php?t=293376)
Its feature is auto-complete. This is the settings file: [AmxxEditor.sublime-settings](AmxxEditor.sublime-settings)
It had the purpose to be that's project fork, as it is not available on github at the moment.
To be used as a submodule at My Sublime Text Settings: https://github.com/evandrocoan/SublimeTextStudio
## Installation
### By Package Control
1. Download & Install **`Sublime Text 3`** (https://www.sublimetext.com/3)
1. Go to the menu **`Tools -> Install Package Control`**, then,
wait few seconds until the installation finishes up
1. Now,
Go to the menu **`Preferences -> Package Control`**
1. Type **`Add Channel`** on the opened quick panel and press Enter
1. Then,
input the following address and press Enter
```
https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json
```
1. Go to the menu **`Tools -> Command Palette...
(Ctrl+Shift+P)`**
1. Type **`Preferences:
Package Control Settings – User`** on the opened quick panel and press Enter
1. Then,
find the following setting on your **`Package Control.sublime-settings`** file:
```js
"channels":
[
"https://packagecontrol.io/channel_v3.json",
"https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
],
```
1. And,
change it to the following, i.e.,
put the **`https://raw.githubusercontent...`** line as first:
```js
"channels":
[
"https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
"https://packagecontrol.io/channel_v3.json",
],
```
* The **`https://raw.githubusercontent...`** line must to be added before the **`https://packagecontrol.io...`** one, otherwise,
you will not install this forked version of the package,
but the original available on the Package Control default channel **`https://packagecontrol.io...`**
1. Now,
go to the menu **`Preferences -> Package Control`**
1. Type **`Install Package`** on the opened quick panel and press Enter
1. Then,
search for **`AmxxEditor`** and press Enter
See also:
1. [ITE - Integrated Toolset Environment](https://github.com/evandrocoan/ITE)
1. [Package control docs](https://packagecontrol.io/docs/usage) for details.
### Manual Installation
1. Go to Preferences > Browse Packages... and clone this package into there.
git clone https://github.com/evandrocoan/AmxxEditor AmxxEditor
1. Restart Sublime
___
## License
"Sublime AMXX-Editor" is a modification of "SourcePawn Completions" for SublimeText 3 by
```
Copyright (C) 2013-2016 ppalex7