Development Tip

온라인 PHP IDE가 있습니까?

yourdevel 2021. 1. 9. 10:58
반응형

온라인 PHP IDE가 있습니까?


온라인에서 페이지의 코드를 편집 할 수있는 PHP 용 IDE가 있습니까? 실제 구문 강조는 최소화됩니다. 더 많으면 좋을 것입니다. 집에있을 때가 아닌 다른 시간에 내 사이트에서 개발을하고 싶습니다.


ShiftEdit 웹 기반 IDE

구문 강조, 통합 (S) FTP, 탭, 찾기 / 바꾸기, 개정 내역 + 무료 평가판이 있습니다.


http://www.codeanywhere.net 시도 ; 정확히 당신이 찾고있는 것이어야합니다.


https://koding.com에서 루트 액세스 권한이있는 VM과 함께 Go / PHP / Ruby / Perl / Python / Git / Ftp / SSH가 있는지 확인 하십시오 .


호스트가 셸에서 VIM을 지원하는지 확인합니다. SSH 클라이언트를 사용할 수있는 모든 곳에서 계정에 SSH를 사용할 수 있습니다 (관리자 권한없이 퍼티를 다운로드 / 실행할 수 있음). VIM의 구문 강조는 환상적입니다.


이것은 샘플 PHP 코드를 실행하고 출력을 보는 데 도움이 될 수 있습니다.

http://codepad.org


http://cloud9ide.com

잘 만들어졌지만 초기 개발 단계에서는 사소한 버그가있을 수 있습니다.


다음 중 하나를 시도하십시오.


http://www.coderun.com 확인


ideone.com 을 시도해 볼 수 있습니다. 심지어 몇 가지 제한 사항이 있습니다 (인터넷 nonnections 없음, 파일 조작 없음)


나는 오래전부터 PHP를 배우고 오래된 Delphi (!) 소스 파일을 21 세기로 변환 할 수있는 정말 좋은 온라인 PHP 편집기를 찾으려고 노력해 왔습니다.

몇 가지 매우 실망스러운 경험과 짜증나는 거짓 시작이 가장 두드러지게 phpanywhere로 시작된 후 (하나님은 처음 발견 할 때 높은 희망을 가졌습니까? (), 결국 Chrome 웹 스토어에서 ShiftEdit를 발견했습니다.

지금까지 필요한 모든 것을 할 수 있었고 간단하면서도 강력한 도구 세트를 제공 할 수있었습니다. 안정성과 사용자 상호 작용에 대한 일반적으로 좋은 접근 방식은 몇 주 후에 결국 구독했음을 의미했지만 무료로 초기 목적과 평가에 충분했습니다.

당신이 원하는 것을 가져 오십시오. 그러나 나는 진심으로 그것을 추천하고 또한 매우 빠르고 반복적 인 릴리스 프로세스를 좋아합니다.


귀하의 웹 사이트 청중이 무엇인지 모르겠지만 일반적으로 라이브 웹 사이트를 편집하는 것은 나쁜 생각이라고 생각합니다. 실수로 무언가를 깨뜨 리거나 실수로 print_f암호 또는 기타 비밀을 악화 시키기에는 너무 쉽습니다 .

나는 집에서 내 서버를 실행하므로 모든 사람이 사용할 수는 없지만 이것은 기본적으로 내가 dp하는 것입니다.

  1. ssh를 하고 SVN 서버를
  2. 서버와 랩톱 에서 동일한 아파치 , PHP ( 여기서 바이너리를 얻습니다 ) 및 mysql
  3. netbeans를 사용하여 랩톱에서 개발
  4. 변경에 만족하면 프로젝트의 svn 내보내기 를 수행하고 서버로 scp 하십시오.

Google 크롬 편집기에 액세스 할 수있는 경우 웹 스토어에서 ShiftEdit 또는 SourceKit 앱을 사용해 보는 것이 좋습니다.


이것은 PHP에 특화되어 있습니다 : http://edit.orgapage.de

FTP 액세스, 구문 강조 및 코드 완성.


내 웹 사이트 에는 멋진 파일 관리자와 코드 편집기가있는 cPanel 이 함께 제공 됩니다. 구문 강조 및 줄 번호가 있습니다. 실제로 사용하기에는 내 컴퓨터에서 너무 느리게 실행되지만 꽤 느린 컴퓨터가 있습니다. :피

So to get to the code editor, I'd go to cPanel at http://mysite.com:2082, click File Manager, then select a file and click Code Editor.

Edit: I tried using it, and it can highlight PHP and HTML (at the same time), and it also has a "code completion" feature... I'm not sure if that's what it's called, but when you write an opening bracket or quote, it writes the closing one after the cursor. The only problems are that the highlighting isn't perfect (it treats escaped quotes as actual quotes) and more importantly, it's not free.


Etherpad is cool to code collectively but it has no syntax highlighting and is not realy an IDE, just a collaborative pad for programmers with versioning and chat features. Still pretty cool but not what youre looking for.


We are making exactly this happen at http://gnymb.us! See the feature list.


Please visit http://online-php.com, very simple and useful php editor - to edit your scripts on FTP server


https://codeanywhere.net/

The new platform by the "phpanywhere" Team. I found it to be working very well. Interesting about it, making it special, is the Android and Iphone app which actually enables you to really code on the go.


Thats an interesting idea. One could use something like this: http://code.google.com/p/syntaxhighlighter/ to the syntax highlighting then it's just a matter of code completion for things like functions. That much is relatively simple, it gets harder when you get into things like per file (or even included file) variables (for the code completion).

And now that you have me thinking... It's to bad that I don't know javascript better.
If anyone wants to get together and maybe build this idea into a viable project I'm definitely game.


There is also Compilr, it allows C#, VB, Java, PHP, Ruby, C++. Full disclosure, I'm one of the founders.

ReferenceURL : https://stackoverflow.com/questions/33897/is-there-an-online-php-ide

반응형