News

When editing C++ code in the real Visual Studio, the keyboard shortcut to comment code (Ctrl+K, C) is smart enough to detect whether a line comment // or a block comment /* */ is required depending on ...
i tested the shortcut (Command + / ) to comment up lines and its working perfectly for all languages but php, it makes html comment tags in most cases instead and the indenting isn't working as it ...