Phalanger IntelliSense

Syntactic and Semantic Prediction for PHP Language Integration
Phalanger IntelliSense is an implementation of the language integration for Microsoft Visual Studio development environment. There are used own techniques for analyzing dynamic source code and offering possible completions of an expression to the user. The integration processes the PHP language code and integrates it with the .NET static assemblies.
The text prediction and source code analysis works well even for non static expressions without a need of execution.Based on practical experiences, resulting suggestions can cover most of developer’s common tasks.

Publications

  • Jakub Míšek, Filip Zavoral:
    Syntactic and Semantic Prediction in Dynamic Languages appears in the Proceedings of 7th ACIS International Conference on Software Engineering Research, Management and Applications, SERA 2009, Studies in Computational Intelligence, Springer Verlag, 2009
  • Daniel Balaš, Jakub Míšek, Filip Zavoral:
    Phalanger IntelliSense: Syntactic and Semantic Prediction appears in Informačné technológie – Aplikácia a Teória, ITAT 2009
  • Jakub Míšek:
    IntelliSense Implementation of a Dynamic Language, Charles University in Prague, 2009

Share this page

RSS php-compiler.net

  • Writing compiled PHP extensions in PHP February 7, 2012
    PHP offers a lot of various extensions which add additional library functions, classes, constants and other constructs. Common extensions include for example php_mysql and php_iconv. Since extensions are implemented in C language, the performance is great. It also allows programmers to use other native libraries that … Continue reading → […]
  • WordPress on .NET with SQL Server is Possimpible using Phalanger 3.0 January 23, 2012
    In a recent scenario I wanted to run WordPress as a subdirectory of a .NET application. I also wanted to avoid installing PHP and MySql on the Windows server. Impossible? Apparently not! (I’ll get to the word Possimpible a bit … Continue reading → […]