Top "Comments" questions

A comment is a programming language construct used to embed non-compiled, programmer-readable annotations in the source code of a computer program.

Making Eclipse's Java code formatter ignore block comments

Is there a way to make Eclipse's built-in Java code formatter ignore comments? Whenever I run it, it turns this: /* * …

eclipse comments formatter
Finding Shortcuts in Aptana Studio 3.0 to Comment Code

I can't find any shortcuts for comment my code in Aptana Studio 3.0. I need shortcuts both to comment individual lines …

ide comments keyboard-shortcuts aptana
How to make Facebook comments widget a fluid width?

Is it possible to make Facebook's comments widget a fluid width? Their documentation shows a width field for the fb:…

css facebook comments facebook-social-plugins xfbml
Comment on a line in Github without a commit?

In github, you can comment on lines in a commit. Is there a way to comment on a line, while …

github comments
Comment the interface, implementation or both?

I imagine that we all (when we can be bothered!) comment our interfaces. e.g. /// <summary> /// Foo Interface /// &…

c# java comments interface
Docstrings vs Comments

I'm a bit confused over the difference between docstrings and comments in python. In my class my teacher introduced something …

python comments docstring
IDE comment keywords

So I only recently discovered the TODO comment. For those of you that don't know, most modern IDE's will recognize …

eclipse ide comments rubymine todo
Lua multiline comments past ]]'s

I'm trying to find out a way to use a multiline comment on a batch of code, but it keeps …

lua comments multiline
Block Comments in Clojure

How do I comment multiple lines in Clojure?

clojure comments
Is it possible to use inline comments for .ini files with PHP?

Is it possible and safe to use inline comments for .ini files with PHP? I prefer a system where the …

php comments ini