{"id":22141369,"url":"https://github.com/jbrosdevelopment/vscode-ezcode-extension","last_synced_at":"2025-03-24T11:21:40.681Z","repository":{"id":202995260,"uuid":"708572206","full_name":"JBrosDevelopment/VSCode-EZCode-Extension","owner":"JBrosDevelopment","description":"Extension for EZCode to VSCode","archived":false,"fork":false,"pushed_at":"2024-06-16T22:26:33.000Z","size":576,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-29T16:32:19.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JBrosDevelopment.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-22T23:46:53.000Z","updated_at":"2024-06-16T22:26:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"2abb1455-9bb4-4726-a078-5a5615712069","html_url":"https://github.com/JBrosDevelopment/VSCode-EZCode-Extension","commit_stats":null,"previous_names":["jbrosdevelopment/vscode-ezcode-extension"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBrosDevelopment%2FVSCode-EZCode-Extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBrosDevelopment%2FVSCode-EZCode-Extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBrosDevelopment%2FVSCode-EZCode-Extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JBrosDevelopment%2FVSCode-EZCode-Extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JBrosDevelopment","download_url":"https://codeload.github.com/JBrosDevelopment/VSCode-EZCode-Extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245258213,"owners_count":20585977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-01T21:12:47.525Z","updated_at":"2025-03-24T11:21:40.661Z","avatar_url":"https://github.com/JBrosDevelopment.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# __EZCode__\n\n## VSCode Extension\n\nThis extension is for highlighting keywords to make coding esier! Have fun coding!\n```\nprint Hello World!\n```\n\n# EZCode 2.0.0\n\n![Main Image](EZCode_Wide_Logo.png)\n\n---\n\n\u003ch2\u003eWelcome!\u003c/h2\u003e\n\n**Welcome to EZCode!** EZCode is a comprehensive programming language built off of Microsoft WinForms. EZCode strives to make it as easy as possible to build a Windows program ranging from a Visual Application to simple console programs. Refer to [Community](#community) to learn more on how to contribute and where to join our Discord Server!\n\n\n\u003ch2\u003eDocs\u003c/h2\u003e\n\nThe [Official Docs](https://github.com/JBrosDevelopment/EZCode/wiki/EZCode-Docs) are on the our [GitHub Wiki Page](https://github.com/JBrosDevelopment/EZCode/wiki). Please refer to this for any detailed instrictions.\n\n\n\u003ch2\u003eCommunity\u003c/h2\u003e\n\nContribute to the community in many ways including the [EZCode Project Repository](https://github.com/JBrosDevelopment/EZCode-Projects.git) for the community. Create a pull request and I will accept as soon as I can. There is also the [Discussion Board](https://github.com/JBrosDevelopment/EZCode/discussions) for anybody who has questions or wants to share. If you need any help, you can look over the [Wiki](https://github.com/JBrosDevelopment/EZCode/wiki) which includes instructions and documentation.\n\nPlease join our [Discord Server](https://discord.gg/DpBrp6Zy) to get closer to the community!\n\u003c/details\u003e\n\n\u003ch2\u003eExample\u003c/h2\u003e\n\nThis is a simple example of a program where the `X_Scale` and `Y_Scale` print out a square of `char` characters. It outputs a 12 x 10 square of `%` with spaces between the. Look over this code and see if you can follow along with thte comments.\n\n```ezcode\n// Set dimensions of square\nvar x_Scale 12\nvar Y_Scale 10\n\n// Character for square\nvar char %\n\n// Create and set the 'txt' var to the correct dimensions\nvar txt\nvar interval 0\nloop Y_Scale \n{\n    interval + 1\n    loop x_Scale \n    {\n        txt + 'char'\\_\n    }\n\n    // Check if this is the last row before adding a newline\n    if interval \u003c= Y_Scale : txt + \\n\n}\n\n// Print the output\nprint 'txt'\n\n// Outputs:\n// % % % % % % % % % % % % \n// % % % % % % % % % % % % \n// % % % % % % % % % % % % \n// % % % % % % % % % % % % \n// % % % % % % % % % % % % \n// % % % % % % % % % % % % \n// % % % % % % % % % % % % \n// % % % % % % % % % % % % \n```\nYou can change the `X_Scale` and `Y_Scale` variables as well as the character being used for the square shape.\n\u003c/details\u003e\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\nEzCode is released under the [MIT License](LICENSE).\n\n\u003ch2\u003eOverview\u003c/h2\u003e\n\nEZCode is a multipurpose programming language built off of C# and WinForms. It has simple syntax and is designed to be user friendly. Use it no matter your programming experince. From just getting started to a seasoned developer, EZCode can help you develop your projects with a minimal amount of code. Download the **[Official Installer](https://github.com/JBrosDevelopment/EZCode/releases/latest)** and choose from the options on what to install.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbrosdevelopment%2Fvscode-ezcode-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbrosdevelopment%2Fvscode-ezcode-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbrosdevelopment%2Fvscode-ezcode-extension/lists"}