VscodeAdblockSyntax icon indicating copy to clipboard operation
VscodeAdblockSyntax copied to clipboard

Comprehensive extension to manage Adblock Syntax in VSCode: syntax highlighter, linter and much more. Available on the VSCode Marketplace.

Results 32 VscodeAdblockSyntax issues
Sort by recently updated
recently updated
newest added

Tester should throw an error if the TMLanguage file is not structured correctly or if any regular expression is syntactically incorrect. For both scenarios, the error message should be explicit...

Priority: P4

I noticed this when working on https://github.com/DandelionSprout/adfilt/commit/7f50937e2924f16129baa20810a276c9f44a6962 some minutes before I submitted this issue report, where the $ sign in `||www.amazon.$removeparam=/^[a-z_]{1,20}=[a-zA-Z0-9._-]{80,}$/` is shown by the VS syntax as invalid, despite...

Priority: P4
T: syntax highlighter

https://github.com/typicode/husky/releases/tag/v9.0.1

Priority: P4

https://classic.yarnpkg.com/lang/en/docs/workspaces/

Priority: P4

Based on the TMLanguage, it is possible to tokenize various inputs and then compare them with a token list. This makes [test_rules.txt](https://github.com/ameshkov/VscodeAdblockSyntax/blob/master/test_rules.txt) unnecessary in practice (good for a demo at...

enhancement
T: syntax highlighter
Priority: P3

Currently, quick fix supports two things: 1. If the filtering rule cannot be parsed, the quick fix offers the possibility to turn off the linter for that filtering rule 2....

enhancement
Priority: P4
Resolution: Fixed
Status: Ready for Deployment

Some AGLint rules can offer fixes. These should be handled by the VSCode plugin's quick fix Also, we need to add a "Fix all auto-fixable problems" option

enhancement
Priority: P4

For example, show descriptions and documentation links for: - modifiers - scriptlets - Extended CSS pseudo classes Also, we need to introduce an option within extension settings where this feature...

feature request
Priority: P4

Currently, the extension does not support multiple folders being open at the same time within the same workspace. References: - https://code.visualstudio.com/docs/editor/multi-root-workspaces - https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-multi-server-sample

enhancement
feature request

VSCode has a [web version](https://code.visualstudio.com/docs/editor/vscode-web). A typical use case for this is github.dev, accessed by pressing the `.` hotkey in any repo. AGLint supports the browser environment, however, project scanning...

feature request