vscode-pawn icon indicating copy to clipboard operation
vscode-pawn copied to clipboard

Pawn tools for vscode, powered by sampctl.

Results 15 vscode-pawn issues
Sort by recently updated
recently updated
newest added

Hello. I get this error when I try to compile my gamemode. Why?

`SetPlayerAmmo(playerid, weaponslot, ammo)` should be `SetPlayerAmmo(playerid, weaponid, ammo)`

I don't know if I can suggest here (@Issues) but uhmm, Is it possible for pawn-tools to have a support on modular gamemodes where as when you #include "..." it...

I think it is possible to find the library file with the help of Sampctl or `pawn.json` and `dependencies` folder and analyse it for IntelliSense support like other files included...

``` Missing expression after unary operator '+'. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : MissingExpressionAfterOperator ```

- missing highlighting for the macro `sizeof` - when i do `return function1(playerid);` it hightlights `return` macro only.... and leaves `function1` as it is(grey...)

tasks.json code (template) on vscode marketplace differs from the one in github readme and gives error.

Would it be possible to add automatic docblock expansion when you type `/**` above a function declaration? Ideally it'd create the tags too. ![afbeelding](https://user-images.githubusercontent.com/10358270/41125439-c31e765e-6aa4-11e8-9cb5-c5b59ff03fe9.png)

I trying so hard changing anything, and it still not working. Please tell me how to compile using tasks.json on linux (with pawncc)