sourcepawn-vscode
sourcepawn-vscode copied to clipboard
VSCode extension for SourcePawn scripting
# Basic informations OS: [Windows] VSCode version: [v1.83.0] Extension version: [v6.1.0] # Code to reproduce the behaviour ``` enum struct TEST_STRUCT { char str[256]; } public void OnPluginStart() { TEST_STRUCT...
Macros arguments in preproc expressions are not resolved. Nothing happens when running GoToDefinition on them.
Using `float()` causes a `Request textDocument/documentSymbol` error.
# What do you want to see added to the extension? Setting for paths or glob patterns for exclude from file watching by sourcepawn-lsp, like `files.watcherExclude` in vs code #...
# Basic informations - **OS:** [Windows] - **VSCode version:** 1.81.0 - **Extension version:** 5.5.5 # Further Information Usage of a function macro ignores the parens after and pulls symbol information...
# What do you want to see added to the extension? It would be good to reload only the plugin compiled, instead of all plugins. It can cause issues when...
# What do you want to see added to the extension? Add support for customizing the templates ( plugins, workflows, ... ) *[ technically you can go to the extension's...
Hi! I have some noob questions. How to display only specific game related suggestions? I only want to see CS:GO and generic source event suggestions, for example. Also, how do...
# What do you want to see added to the extension? It'd be nice to set a custom name for the plugin since right now it automatically copies the name...
# What do you want to see added to the extension? There are some situations where a repository contains multiple plugins for one reason or another. **It'd be nice to...