TIMON_Z1535

Results 15 issues of TIMON_Z1535

Hello, I want to disable the formatting feature and use the built-in clang format in Visual Studio 2017/2019, but the extension will override the formatting. Unfortunately I haven't found a...

Hello, I want to use HLSL formatting, but it is not available in marketplace plugin. Please update plugin version and upload it to marketplace. https://marketplace.visualstudio.com/items?itemName=xaver.clang-format

**util.AddNetworkString( "editvariable" )** and **net.Receive( "editvariable", ...** called several times inside **meta:InstallDataTable()**. It's wrong because all entities use the same net.Receive. I just moved it shared function outside. p.s. Github...

Enhancement

Hello, I see that when the assert is triggered, I fall into a function inside the plugin, which is very annoying. It seems useless. ![изображение](https://user-images.githubusercontent.com/7351599/200860268-11611e2b-ae77-44cc-84a1-925ceaa24bb0.png) Look above, by default the...

There is no way to control script workflow with a **SERVER/CLIENT** realms. Its not exists in TypeScript. https://wiki.facepunch.com/gmod/States There are also some global variables, such as **ENT, SWEP, GM**. However,...

- When the lexer parses **pragma** directive with the first keyword `once`, it adds current `File.FilePath` to the `HashSet`. - Then when the lexer parses **include** directive it checks if...

- Filename string argument in the line directive is optional https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl-appendix-pre-line - If this happens then in `ParseLineDirective` I create the missing token `EndOfDirectiveToken`. I'm not sure if its ok,...

- Added the `isAngled` boolean to `GetSearchDirectories` and `OpenInclude` methods, it skips the "looking through the hierarchy of files" logic and uses `AdditionalIncludeDirectories` instead. - It also still allows the...

Based on @Jasonchan35 pull request. - Checking `token.ContextualKind` instead of `token.Kind`. - Insert commas between variadic arguments into the parsing result list. - Don't report missing localize string `NoVariadicArgumentParameter` (causes...

I have no idea what I'm doing, I have paws, but I fixed it. - Enable `allowDuplicates` for namespace symbols, so you can declare multiple namespaces with the same name....