amxxpawn-language icon indicating copy to clipboard operation
amxxpawn-language copied to clipboard

AMXXPawn Language Service for Visual Studio Code

Results 14 amxxpawn-language issues
Sort by recently updated
recently updated
newest added

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [vscode](https://github.com/Microsoft/vscode-extension-vscode). These dependencies need to be updated together. Removes `tough-cookie` Updates `vscode` from 1.1.13 to 1.1.37 Commits c871436 v1.1.37 e55dfe8...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Add the property to detect 'definitions' and 'constants' from all 'include' elements. and their appearance like forward, natives.

![image](https://user-images.githubusercontent.com/18553678/54905492-3634e880-4ef2-11e9-93db-7cb866587a04.png) [Is not possible](https://github.com/rsKliPPy/amxxpawn-language/blob/bb32186c32f0b8a933c7ab2aa16e17a840a9c10a/src/common/helpers.ts#L5) to set global settings in paths for code highlighting & compilation settings. As example for i want: `/.vscode/settings.json` ``` "amxxpawn.compiler.includePaths": [ "${workspaceRoot}/hlds/cstrike/addons/amxmodx/scripting/include", // Local folder with...

enhancement

https://forums.alliedmods.net/showpost.php?p=2753638&postcount=167 > The latest version of this extension doesn't work with the latest version of VS Code. > Because when you click on Compile Plugin or Compile Plugin Locally, it...

Reference: https://code.visualstudio.com/updates/v1_36#_splitting-vscode-package-into-typesvscode-and-vscodetest

Can you add smth like already exists for sublime? ![image](https://user-images.githubusercontent.com/4307674/37673787-b615b24a-2ca3-11e8-8660-75fa1767e0ad.png) ![image](https://user-images.githubusercontent.com/4307674/37674044-75004a76-2ca4-11e8-8372-87f3c09f8241.png) PLUGIN, VERSION, etc. - define BLOCK_KILL - my enum Ham_Spawn - another enum from include

There is a bug using switch() - default. Here is an example: https://i.imgur.com/krUdpX9.jpg

![obraz](https://user-images.githubusercontent.com/10392319/47806060-1af5f080-dd39-11e8-94bd-6168837c11a6.png) Intelisense shouldn't work in /* */ area Also, intelissense is working only if method is in #include files.

if a function is not defined as stock/native/public the "Go to Definition" is not working. It looks like the first character of the symbol is missing, if there is no...