{"id":38584808,"url":"https://github.com/otnansirk/vscode-codemath-extension","last_synced_at":"2026-01-17T08:18:19.251Z","repository":{"id":235641425,"uuid":"656573919","full_name":"otnansirk/vscode-codemath-extension","owner":"otnansirk","description":"The VSCode CodeMath Extension is a powerful tool that enables mathematical calculations and evaluations directly within Visual Studio Code.","archived":false,"fork":false,"pushed_at":"2025-11-02T00:24:30.000Z","size":14048,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-02T02:29:50.182Z","etag":null,"topics":["math","mathematics","visual-studio-code"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/otnansirk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-06-21T08:05:58.000Z","updated_at":"2025-11-02T00:24:34.000Z","dependencies_parsed_at":"2024-04-24T05:05:18.164Z","dependency_job_id":null,"html_url":"https://github.com/otnansirk/vscode-codemath-extension","commit_stats":null,"previous_names":["otnansirk/vscode-codemath-extension"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/otnansirk/vscode-codemath-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otnansirk%2Fvscode-codemath-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otnansirk%2Fvscode-codemath-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otnansirk%2Fvscode-codemath-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otnansirk%2Fvscode-codemath-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otnansirk","download_url":"https://codeload.github.com/otnansirk/vscode-codemath-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otnansirk%2Fvscode-codemath-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["math","mathematics","visual-studio-code"],"created_at":"2026-01-17T08:18:19.164Z","updated_at":"2026-01-17T08:18:19.244Z","avatar_url":"https://github.com/otnansirk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![demo for usage codemath](assets/demo.gif)\n\n### Code coverage\n\n![Statements](https://img.shields.io/badge/statements-100%25-brightgreen.svg?style=flat)\n![Branches](https://img.shields.io/badge/branches-100%25-brightgreen.svg?style=flat)\n![Functions](https://img.shields.io/badge/functions-100%25-brightgreen.svg?style=flat)\n![Lines](https://img.shields.io/badge/lines-100%25-brightgreen.svg?style=flat)\n\n\u003ca href=\"https://www.producthunt.com/posts/codemath?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-codemath\" target=\"_blank\"\u003e\u003cimg src=\"assets/producthunt.png\" alt=\"CodeMath - Save\u0026#0032;time\u0026#0032;and\u0026#0032;effort\u0026#0032;calculating\u0026#0032;math\u0026#0032;problems | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /\u003e\u003c/a\u003e\n\n# VSCode CodeMath Extension\n\nThe VSCode CodeMath Extension is a powerful tool that enables mathematical calculations and evaluations directly within Visual Studio Code.\n\n## Usage\n\nTo use the CodeMath Extension, follow these steps:\n\n1. **Install the Extension**: Open the Extensions view in VS Code by pressing `Ctrl+Shift+X` (Windows/Linux) or `Cmd+Shift+X` (Mac). Search for the extension by name, \"CodeMath\", and click on \"Install\" to install it.\n\n2. **Open a file or create a new one in Visual Studio Code**.\n\n3. **Type a mathematical expression**: In the editor, type the mathematical expression you want to evaluate. End the expression with the `=` symbol. For example, `2 + 2 =`.\n\n4. **View the calculation**: After typing the `=` symbol, the CodeMath Extension will calculate the result and display it in the editor immediately after the `=` symbol. For example, `2 + 2 = 4`.\n\n5. **Evaluate and write the result**: To accept and write the calculated result, press the Enter key. The result will be written to the right of the `=` symbol. For example, `2 + 2 = 4`.\n\n**Note**: CodeMath supports various mathematical operations, including basic arithmetic (+, -, *, /) and advanced functions (sin, cos, tan, log, %, sqrt, ^, max, min, pi, etc.).\n\n## Features\n\nThe CodeMath Extension offers the following features:\n\n- Mathematical expression evaluation\n- Support for basic arithmetic operations *`(+, -, *, /)`*\n- Support for advanced mathematical functions *`(sin, cos, tan, log, %, sqrt, ^, max, min, pi, etc.)`*\n- Interactive calculations within the editor\n\n## Reporting issues\n\nIf you encounter any issues, bugs, or have suggestions for improvements, please open an issue on the GitHub repository of the CodeMath Extension: [Link to GitHub Issues](https://github.com/otnansirk/vscode-codemath-extension/issues)\n\nPlease provide detailed information about the problem you encountered and steps to reproduce it. This will help us investigate and resolve the issue more effectively.\n\n## Contributing\n\nContributions to the CodeMath Extension are welcome! If you would like to contribute, please follow these steps:\n\n1. Fork the repository and clone it to your local machine.\n2. Make the necessary changes or additions.\n3. Write tests to ensure the new features or bug fixes work correctly.\n4. Commit your changes and push them to your forked repository.\n5. Create a pull request from your forked repository to the main repository.\n\nPlease make sure to follow the coding style and guidelines specified in the repository.\n\n## License\n\nThe CodeMath Extension is released under the [MIT License](LICENSE). You are free to use, modify, and distribute the extension in accordance with the terms of the license.\n\n\u003chr\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\u003cimg src=\"assets/logo.png\" width=\"100\"/\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003c/table\u003e\n    Made with ❤️ love\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotnansirk%2Fvscode-codemath-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotnansirk%2Fvscode-codemath-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotnansirk%2Fvscode-codemath-extension/lists"}