Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Auto closing parenthesis in php file
Auto closing parenthesis in php file [message #1849785] Wed, 02 February 2022 15:05
Dave Polanski is currently offline Dave PolanskiFriend
Messages: 1
Registered: February 2022
Junior Member
Hello,
my eclipse version is Version: 2021-12 (4.22.0).
But I also had the problem in an older Version.

I have an annoying problem with the autoclosing brackets in php files.

If I have a function, and if in that function there are closing and opening php tags. the autoclosing of parenthesis don`t work anymore.

Here is an example:

<?php

function vips_option_page() {
    ?><?php
    foreach() {
        
		    
}


The closing bracket of the foreach loop is not there.

Same problem in Ubuntu and in Windows.
I also tried a new workspace but that didn`t help.


Do you have an idea what is going wrong there?
Has anyone else experienced this problem?

Thanks for your help

[Updated on: Thu, 03 February 2022 08:46]

Report message to a moderator

Previous Topic:How do I synchronize my Eclipse PHP (Git) Directory with a Windows IIS localhost folder
Next Topic:SVN Version Error
Goto Forum:
  


Current Time: Thu May 02 00:03:05 GMT 2024

Powered by FUDForum. Page generated in 0.03035 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top