## Overview Users need to be able to open files and folders from the command line in CodeEdit. ## Folder ```shell codeedit ./my-project ``` ## File ```shell codeedit index.html ``` You should also be able to add an optional line and column ```shell codeedit index.html:50 ``` or ```shell codeedit index.html:50:15 ``` ## References - [VS Code implementation](https://code.visualstudio.com/docs/editor/command-line#_opening-files-and-folders)
Overview
Users need to be able to open files and folders from the command line in CodeEdit.
Folder
File
You should also be able to add an optional line and column
or
References