{"id":13459632,"url":"https://github.com/lifeparticle/Cosmic-VSCode","last_synced_at":"2025-03-24T18:30:59.374Z","repository":{"id":43077576,"uuid":"391781677","full_name":"lifeparticle/Cosmic-VSCode","owner":"lifeparticle","description":"Cosmic-vscode","archived":false,"fork":false,"pushed_at":"2024-08-07T09:22:21.000Z","size":76,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-07T12:59:47.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/lifeparticle.png","metadata":{"files":{"readme":"README.md","changelog":null,"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},"funding":{"github":["lifeparticle"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-08-02T01:19:25.000Z","updated_at":"2024-08-07T09:22:24.000Z","dependencies_parsed_at":"2024-01-20T12:31:58.939Z","dependency_job_id":"824c1b5d-3c8b-4564-82d7-8d3ac16e2759","html_url":"https://github.com/lifeparticle/Cosmic-VSCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifeparticle%2FCosmic-VSCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifeparticle%2FCosmic-VSCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifeparticle%2FCosmic-VSCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifeparticle%2FCosmic-VSCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lifeparticle","download_url":"https://codeload.github.com/lifeparticle/Cosmic-VSCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221995732,"owners_count":16913552,"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-07-31T10:00:23.583Z","updated_at":"2024-10-29T05:31:10.693Z","avatar_url":"https://github.com/lifeparticle.png","language":null,"funding_links":["https://github.com/sponsors/lifeparticle"],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# 1. Extensions\n\n```\n1. Open preview to the Side: ctrl + k  v (Windows) or cmd + k  v (Mac)\n2. Open preview: ctrl + shift + v (Windows) or cmd + shift + v (Mac)\n```\n- [Turbo Console Log](https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-log)\n```\n1. Select the variable you want to debug\n2. ctrl + alt + L (Windows) or ctrl + option + L (Mac)\n ```\n - [SonarLint](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode)\n ```\n 1. Issues are highlighted in your code\n 2. Issues are listed in the 'Problems' panel.\n ```\n\n# 2. User and workspace settings\n\n\u003cb\u003eUser settings:\u003c/b\u003e Apply settings globally\n\nFile location:\n\n`$HOME/Library/Application Support/Code/User/settings.json`\n\nOr \n- `ctrl + shift + p` -\u003e Windows `cmd + shift + p` -\u003e macOS\n- Type `open settings`\n- Select `Open Settings (JSON)`\n\n```\n{\n\t\"editor.fontFamily\": \"DroidSansMono Nerd Font\",\n\t\"editor.formatOnSave\": true,\n\t\"files.trimTrailingWhitespace\": true,\n\t\"editor.fontSize\": 16,\n\t\"editor.codeActionsOnSave\": null,\n\t\"editor.defaultFormatter\": \"esbenp.prettier-vscode\",\n\t\"prettier.useTabs\": true,\n\t\"window.zoomLevel\": 1,\n\t\"workbench.iconTheme\": \"material-icon-theme\"\n}\n```\n\n\u003cb\u003eWorkspace settings:\u003c/b\u003e Apply when a workspace is opened\n\n`MyApp/.vscode/settings.json`\n\n```\n{\n\t\"editor.fontSize\": 16\n}\n```\n\n# 3. keyboard shortcuts\n| Description                                      | Keyboard Shortcut - Windows                    | Keyboard Shortcut - Mac                            |\n| ------------------------------------------------ | ---------------------------------------------- | -------------------------------------------------- |\n| Type Reload window                               | `ctrl + shift + p`                             | `cmd + shift + p`                                  |\n| Open recent folders and workspaces               | `ctrl + r`                                     |                                                    |\n| Quickly open files                               | `ctrl + p`                                     | `cmd + p`                                          |\n| Zen modes                                        | `ctrl + k z`                                   |                                                    |\n| Toggle Panel                                     | `ctrl + j`                                     |                                                    |\n| Toggle sidebar                                   | `ctrl + b`                                     |                                                    |\n| Side by side editing                             | `ctrl + \\`                                     |                                                    |\n| Switch between editors                           | `ctrl + 1`, `ctrl + 2`                         |                                                    |\n| Multi cursor selection                           | `alt + click`                                  | `option + click`                                   |\n| Set cursors above or below the current position  | `ctrl + alt + up` or `ctrl + alt + down`       | `cmd + option + up` or `cmd + option + down`       |\n| Select all occurrences of the current selection  | `ctrl + shift + l`                             | `cmd + shift + l`                                  |\n| Select next occurrences of the current selection | `ctrl + d`                                     | `cmd + d`                                          |\n| Undo ext occurrences of the current selection    | `ctrl + u`                                     | `cmd + u`                                          |\n| Select blocks of text                            | `shift + alt`                                  | `shift + option`                                   |\n| Move cursor by words                             | `ctrl + left` or `ctrl + right`                | `option + left` or `option + right`                |\n| Select words                                     | `ctrl + shift + left` or `ctrl + shift + right`| `option + shift + left` or `option + shift + right`|\n| Move line up and down                            | `alt + up` or `alt + down`                     |                                                    |\n| Copy line up and down                            | `shift + alt + up` or `shift + alt + down`     |                                                    |\n| Split Editor                                     | `ctrl + \\`                                     |                                                    |\n| Close Editor                                     | `ctrl + w`                                     |                                                    |\n| Save All                                         | `ctrl + k s`                                   |                                                    |\n| Editor focus                                     | `ctrl + 1`                                     | `cmd + 1`                                          |\n| Sidebar focus                                    | `ctrl + 0`                                     | `cmd + 0`                                          |\n\n\n# Snippets\n\nSelect User Snippets under `File \u003e Preferences` on Windows and `Code \u003e Preferences` on macOS.\n\n![image](https://user-images.githubusercontent.com/1612112/186821015-15f96630-7b2f-49d7-9d56-8db9fba13931.png)\n\n# Tips\n\n\u003cimg width=\"1199\" alt=\"Screen Shot 2024-03-31 at 11 48 03 pm\" src=\"https://github.com/lifeparticle/Cosmic-VSCode/assets/1612112/ac7d926b-3897-4064-a8ae-018273b15cca\"\u003e\n\n`\"explorer.compactFolders\": false`\n\n\u003cimg width=\"908\" alt=\"Screenshot 2024-08-07 at 7 20 43 PM\" src=\"https://github.com/user-attachments/assets/1e1e4045-2818-492d-b7d8-5cb79de24f98\"\u003e\n\n\n\n# Launching from the command line\n\n## macOs\n\n1. Launch VS Code\n2. Open the Command Palette (Cmd+Shift+P)\n3. Type 'shell command' \n4. Select `Shell Install 'code' command in PATH` command\n\n# 4. Resources\n- https://code.visualstudio.com/docs/getstarted/settings\n- https://code.visualstudio.com/docs/getstarted/tips-and-tricks\n- https://code.visualstudio.com/docs/editor/userdefinedsnippets\n- https://code.visualstudio.com/docs/getstarted/keybindings\n- https://code.visualstudio.com/docs/editor/emmet\n- https://code.visualstudio.com/docs/languages/jsconfig\n- https://www.youtube.com/watch?v=LyNEHVzJ24U\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifeparticle%2FCosmic-VSCode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flifeparticle%2FCosmic-VSCode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifeparticle%2FCosmic-VSCode/lists"}