Beta release for testing and suggestions
Pre-release
Pre-release
Beta release for testing and suggestions
This version is meant for testing purposes only, I'm planning on making more changes in the coming days.
What was fixed/improved from Dreae's extension`:
- Added snippets, list below.
- Auto completion now include the .sp file itself, not just the includes.
- Auto completion now looks for functions without descriptions.
- Auto completion works reliably-ish on old and new style declarations.
- Include autocompletion now works properly (make sure to use
#include "colorvariables"
instead of#include <colorvariables>
for relative include files. Also, make sur to add the path to the directory relative to the .sp file you're editing, like so :#include "include/colorvariables"
for a file located inscripting/include
.
Snippets list
for
,while
,do while
if
,else if
,else
#include
,#pragma
myinfo
for adding plugin info easily
Known issues
- This version breaks sourcemod directory autocompletion. For now, if you want to have auto completion from your sourcemod directory, you have to move it to your project include folder. I'm having a hard time fixing this.
- The icons are not accurate to all files.
Credits
I didn't code most of this extension, (almost ?) all credits should go to Dreae, which seems to have abandonned the project unfortunately.