[PhpStorm] Codeigniter 설정 1. https://github.com/topdown/phpStorm-CC-Helpers 활용 forteleaf.tistory.com/entry/phpstorm-%EC%97%90%EC%84%9C-codeigniter-%EC%9E%90%EB%8F%99%EC%99%84%EC%84%B1-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95 phpstorm 에서 codeigniter 자동완성 사용하는 방법 준비 https://github.com/topdown/phpStorm-CC-Helpers 에서 다음 파일을 다운로드 받습니다. 다운로드 압축을 풀어 줍니다. 두가지 방법 하나 File > Settings > Directories > Add Content Root .. PHP 5년 전
[macOS][vsCode]터미널에서 Visual Studio Code 실행하기 How to set1. Visual Studio Code를 실행한다.2. Command Palette(View ❯ Command Palette)을 연다(단축키 : ⌘(command) + ⇧(shift) + P)3. shell command 를 타이핑한다. 4. Shell Command: Install 'code' command in Path를 선택한다.5. 터미널에서 해당 디렉토리로 Visual Studio Code를 실행해본다.$ code .참고사이트https://stackoverflow.com/questions/29971053/how-to-open-visual-studio-code-from-the-command-line-on-osxHow to open Visual Studio Code from the.. mac os 5년 전