active questions tagged hidden-features - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T23:26:00Zhttp://stackoverflow.com/feeds/tag/hidden-featureshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/54886/hidden-features-of-eclipse46Hidden features of EclipseDIA Tom2008-09-10T18:05:39Z2009-11-29T16:07:51Z
<p>Alright it can be a lame question, but everybody uses these things differently. What's some of the best time savers out there for this IDE.
<BR><BR>Tom</p>
http://stackoverflow.com/questions/709679/hidden-features-of-ruby-on-rails7Hidden Features of Ruby on RailsBrian2009-04-02T13:21:15Z2009-11-28T17:01:13Z
<p>As a companion to <a href="http://stackoverflow.com/questions/63998/hidden-features-of-ruby">Hidden features of Ruby</a>. </p>
<p>Try to keep it to Rails since the other is a better place for Ruby-specific examples. One per post please.</p>
http://stackoverflow.com/questions/54929/hidden-features-of-asp-net109Hidden Features of ASP.NETVaibhav2008-09-10T18:20:47Z2009-11-27T22:59:22Z
<p>There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them. I am asking for features that are not typically taught by the text books.</p>
<p>What are the ones that you know?</p>
http://stackoverflow.com/questions/15496/hidden-features-of-java170Hidden Features of Javagrom2008-08-19T01:36:03Z2009-11-27T08:39:36Z
<p>After reading <a href="http://beta.stackoverflow.com/questions/9033/hidden-features-of-c" rel="nofollow">Hidden Features of C#</a> I wondered, What are some of the hidden features of Java?</p>
http://stackoverflow.com/questions/102084/hidden-features-of-vb-net58Hidden Features of VB.NET?Sean Gough2008-09-19T14:07:01Z2009-11-27T08:04:55Z
<p>I have learned quite a bit browsing through <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c">Hidden Features
of C#</a> and was surprised when I couldn't find something
similar for VB.NET.</p>
<p>So what are some of its hidden or lesser known features?</p>
http://stackoverflow.com/questions/1777303/hidden-features-of-windows-forms5Hidden Features of Windows.Forms Bevan2009-11-22T00:30:03Z2009-11-27T04:48:38Z
<p>Despite the growing popularity Web Applications, and WPF, there's still a lot of work being done in "old-style" Windows.Forms, especially for in-house ("bespoke") business software systems.</p>
<p>So, what are the best (and most hidden) features and tricks of <strong>Windows.Forms</strong>, the things that can help us turn out useful applications faster?</p>
<p>(I was somewhat surprised to see that this question hadn't already been asked!)</p>
<p>As always for these kinds of questions ...</p>
<ul>
<li>One tip per answer, to allow the best to be voted to the top</li>
<li>Don't repost an answer that's already here; vote it up instead</li>
<li>Stay on topic - tips and tricks for Windows.Forms</li>
</ul>
<h3>Related questions</h3>
<p>(Though, none of these touch on Windows.Forms much, if at all.)</p>
<ul>
<li><a href="http://stackoverflow.com/questions/9033/hidden-features-of-c">Hidden Features of C#</a></li>
<li><a href="http://stackoverflow.com/questions/1643532/c-libraries-with-hidden-gems">C# Libraries with hidden gems</a></li>
<li><a href="http://stackoverflow.com/questions/122784/hidden-net-base-class-library-classes">Hidden .NET Base Class Library Classes</a></li>
</ul>
http://stackoverflow.com/questions/9033/hidden-features-of-c879Hidden Features of C#?Serhat Özgel2008-08-12T16:32:24Z2009-11-25T17:16:48Z
<p>This came to my mind after I learned the following from <a href="http://www.stackoverflow.com/questions/8941/generic-type-checking" rel="nofollow">this question</a>:</p>
<pre><code>where T : struct
</code></pre>
<p>We, C# developers, all know the basics of C#. I mean declarations, conditionals, loops, operators, etc.</p>
<p>Some of us even mastered the stuff like <a href="http://msdn.microsoft.com/en-us/library/512aeb7t.aspx" rel="nofollow">Generics</a>, <a href="http://msdn.microsoft.com/en-us/library/bb397696.aspx" rel="nofollow">anonymous types</a>, <a href="http://msdn.microsoft.com/en-us/library/bb397687.aspx" rel="nofollow">lambdas</a>, <a href="http://msdn.microsoft.com/en-us/library/bb397676.aspx" rel="nofollow">linq</a>, ...</p>
<p>But what are the most hidden features or tricks of C# that even C# fans, addicts, experts barely know?</p>
<h1>Here are the revealed features so far:</h1>
<p><br /></p>
<h2>Keywords</h2>
<p><a href="http://msdn.microsoft.com/en-us/library/9k7k7cf0.aspx" rel="nofollow"><code>yield</code></a> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9035#9035">Michael Stum</a><br>
<code>var</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9035#9035">Michael Stum</a><br>
<code>using()</code> statement by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9036#9036">kokos</a><br>
<code>readonly</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9036#9036">kokos</a><br>
<code>as</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9041#9041">Mike Stone</a><br>
<code>as</code> / <code>is</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9070#9070">Ed Swangren</a><br>
<code>as</code> / <code>is</code> (improved) by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9092#9092">Rocketpants</a><br>
<code>default</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9639#9639">deathofrats</a><br>
<code>global::</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/12152#12152">pzycoman</a><br>
<code>using()</code> blocks by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/12316#12316">AlexCuse</a><br>
<code>volatile</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/59691#59691">Jakub Šturc</a><br>
<code>extern alias</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/37926#37926">Jakub Šturc</a></p>
<h2>Attributes</h2>
<p><code>DefaultValue</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9035#9035">Michael Stum</a><br>
<code>ObsoleteAttribute</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9037#9037">DannySmurf</a><br>
<code>DebuggerDisplayAttribute</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9048#9048">Stu</a><br>
<a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.debuggerbrowsableattribute.aspx" rel="nofollow"><code>DebuggerBrowsable</code></a> and <a href="http://msdn.microsoft.com/en-us/library/system.diagnostics.debuggerstepthroughattribute.aspx" rel="nofollow"><code>DebuggerStepThrough</code></a> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/33474#33474">bdukes</a><br>
<code>ThreadStaticAttribute</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/13932#13932">marxidad</a><br>
<code>FlagsAttribute</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/21752#21752">Martin Clarke</a><br>
<a href="http://msdn.microsoft.com/en-us/library/4xssyw96.aspx" rel="nofollow"><code>ConditionalAttribute</code></a> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/35342#35342">AndrewBurns</a></p>
<h2>Syntax</h2>
<p><a href="http://msdn.microsoft.com/en-us/library/ms173224.aspx" rel="nofollow"><code>??</code></a> operator by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9036#9036">kokos</a><br>
number flaggings by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9038#9038">Nick Berardi</a><br>
<code>where T:new</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9067#9067">Lars Mæhlum</a><br>
implicit generics by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9099#9099">Keith</a><br>
one-parameter lambdas by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9099#9099">Keith</a><br>
auto properties by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9099#9099">Keith</a><br>
namespace aliases by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9099#9099">Keith</a><br>
verbatim string literals with @ by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9114#9114">Patrick</a><br>
<code>enum</code> values by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/11738#11738">lfoust</a><br>
@variablenames by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/14088#14088">marxidad</a><br>
<code>event</code> operators by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/14277#14277">marxidad</a><br>
format string brackets by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/15321#15321">Portman</a><br>
property accessor accessibility modifiers by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/15715#15715">xanadont</a><br>
ternary operator (<code>?:</code>) by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/16450#16450">JasonS</a><br>
<code>checked</code> and <code>unchecked</code> operators by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/355991#355991">Binoj Antony</a><br>
<code>implicit and explicit</code> operators by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/121470#121470">Flory</a> </p>
<h2>Language Features</h2>
<p>Nullable types by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9055#9055">Brad Barker</a><br>
Currying by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9066#9066">Brian Leahy</a><br>
anonymous types by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9099#9099">Keith</a><br>
<code>__makeref __reftype __refvalue</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9125#9125">Judah Himango</a><br>
object initializers by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9547#9547">lomaxx</a><br>
format strings by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/10207#10207">David in Dakota</a><br>
Extension Methods by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/13932#13932">marxidad</a><br>
<code>partial</code> methods by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/16395#16395">Jon Erickson</a><br>
preprocessor directives by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/16482#16482">John Asbeck</a><br>
<code>DEBUG</code> pre-processor directive by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/29081#29081">Robert Durgin</a><br>
operator overloading by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/24914#24914">SefBkn</a><br>
type inferrence by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/28811#28811">chakrit</a><br>
boolean operators <a href="http://www.java2s.com/Tutorial/CSharp/0160%5F%5FOperator-Overload/truefalseoperatorforComplex.htm" rel="nofollow">taken to next level</a> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/32148#32148">Rob Gough</a> </p>
<h2>Visual Studio Features</h2>
<p>select block of text in editor by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/1699477#1699477" title="block text selecting with alt key">Himadri</a><br>
snippets by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9037#9037">DannySmurf</a> </p>
<h2>Framework</h2>
<p><code>TransactionScope</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9042#9042">KiwiBastard</a><br>
<code>DependantTransaction</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9042#9042">KiwiBastard</a><br>
<code>Nullable<T></code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9118#9118">IainMH</a><br>
<code>Mutex</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9181#9181">Diago</a><br>
<code>System.IO.Path</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9401#9401">ageektrapped</a><br>
<code>WeakReference</code> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/14723#14723">Juan Manuel</a> </p>
<h2>Methods and Properties</h2>
<p><code>String.IsNullOrEmpty()</code> method by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9042#9042">KiwiBastard</a><br>
<code>List.ForEach()</code> method by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9042#9042">KiwiBastard</a><br>
<code>BeginInvoke()</code>, <code>EndInvoke()</code> methods by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9581#9581">Will Dean</a><br>
<code>Nullable<T>.HasValue</code> and <code>Nullable<T>.Value</code> properties by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/15393#15393">Rismo</a><br>
<code>GetValueOrDefault</code> method by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/18158#18158">John Sheehan</a> </p>
<h2>Tips & Tricks</h2>
<p>nice method for event handlers by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9282#9282">Andreas H.R. Nilsson</a><br>
uppercase comparisons by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/12137#12137">John</a><br>
access anonymous types without reflection by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/13441#13441">dp</a><br>
a quick way to lazily instantiate collection properties by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/58945#58945">Will</a><br>
JavaScript-like anonymous inline-functions by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/1399130#1399130">roosteronacid</a> </p>
<h2>Other</h2>
<p>netmodules by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/9036#9036">kokos</a><br>
<a href="http://www.albahari.com/nutshell/linqbridge.html" rel="nofollow">LINQBridge</a> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/10886#10886">Duncan Smart</a><br>
<a href="http://msdn.microsoft.com/en-us/concurrency/default.aspx" rel="nofollow">Parallel Extensions</a> by <a href="http://stackoverflow.com/questions/9033/hidden-features-of-c/31293#31293">Joel Coehoorn</a></p>
http://stackoverflow.com/questions/101268/hidden-features-of-python252Hidden features of Pythonjelovirt2008-09-19T11:50:36Z2009-11-23T14:36:53Z
<p>What are the lesser-known but useful features of the Python programming language.</p>
<ul>
<li>Try to limit answers to Python core</li>
<li>One feature per answer</li>
<li>Give an example and short description of the feature, not just a link to documentation</li>
<li>Label the feature using bold title as the first line</li>
</ul>
http://stackoverflow.com/questions/628830/netbeans-tips-and-tricks8NetBeans Tips and Trickscdmckay2009-03-10T03:16:53Z2009-11-23T08:13:18Z
<p>I just saw an Eclipse tips & tricks post and was wondering if anyone had any tips & tricks for my IDE of choice: NetBeans.</p>
<p>Here's a few I know and find to be useful:</p>
<ul>
<li><p>Removing a package: After you remove a package in NetBeans, it sticks around as a grayed-out package in your Project view. To get rid of that, switch to Files view and delete the directory.</p></li>
<li><p>Alt-Insert (in Windows) opens up a Generate submenu at your cursor. A nice shortcut for quickly generating getters/setters (among other things).</p></li>
<li><p>Selecting a chunk of code, right-clicking and then clicking "Refactor > Introduce Method" will have NetBeans introduce a method, complete with arguments and return value. Of course you have to make sure the chunk of code only has one return value.</p></li>
<li><p>Sometimes when you run a build and it crashes, the Java window sticks around at the bottom. I used to just click X until Windows let me End Task, but there's a nicer way to get rid of them. Click "Run > Stop Build/Run" and NetBeans will close the window for you. It'll even let you close multiple applications at once.</p></li>
</ul>
<p>These may seem obvious to grizzled NetBeans developers, but I thought they might be useful for NetBeans newbs like me. Anyone else have any tips/tricks to share?</p>
<p>Here are some from the comments:</p>
<ul>
<li><p>NetBeans allows for code templates. You can even add yours on the Code Templates tab under the Editor settings on the Options window. Some examples:</p>
<ul>
<li><p>Type <code>sout</code> and hit the tab key as a shorcut for <code>System.out.println("")</code></p></li>
<li><p>Type <code>psvm</code> and hit the tab key as a shorcut for <code>public static void main(String args[]) {}</code></p></li>
</ul></li>
<li><p>Ctrl-Shift-C comments out the selected block of code</p></li>
<li><p>Alt-Shift-F formats the selected block of code</p></li>
<li><p>Ctrl-E deletes current line</p></li>
<li><p>Ctrl-Shift-I fixes your imports, handy if you've just written a piece of code that needs a lot of packages imported</p></li>
</ul>
http://stackoverflow.com/questions/550632/favorite-django-tips-features79Favorite Django Tips & Features?Haes2009-02-15T10:06:22Z2009-11-21T06:29:49Z
<p>Inspired by the question series 'Hidden features of ...', I am curious to hear about your favorite Django tips or lesser known but useful features you know of.</p>
<ul>
<li>Please, include only one tip per answer.</li>
<li>Add Django version requirements if there are any.</li>
</ul>
http://stackoverflow.com/questions/75538/hidden-features-of-c52Hidden Features of C++?Craig H2008-09-16T18:37:05Z2009-11-20T17:01:16Z
<p>No C++ love when it comes to the "hidden features of" line of questions? Figured I would throw it out there. What are some of the hidden features of C++?</p>
http://stackoverflow.com/questions/1656424/fiddler-v2-hidden-features2Fiddler (v2) Hidden Features?Ron Klein2009-11-01T04:49:16Z2009-11-20T10:10:47Z
<blockquote>
<p><a href="http://www.fiddler2.com/" rel="nofollow">Fiddler</a> is a Web Debugging Proxy which
logs all HTTP(S) traffic between your
computer and the Internet.</p>
</blockquote>
<p>Do you happen to know about anything cool, yet pretty hidden in Fiddler (version 2)? Or a cool addon (that doesn't appear in the <a href="http://www.fiddler2.com/" rel="nofollow">official site</a>)?</p>
http://stackoverflow.com/questions/161872/hidden-features-of-perl65Hidden features of Perl?Adam Bellaire2008-10-02T11:49:22Z2009-11-19T12:21:56Z
<p>What are some really useful but esoteric language features in Perl that you've actually been able to employ to do useful work?</p>
<p>Guidelines:</p>
<ul>
<li>Try to limit answers to the Perl core and not CPAN</li>
<li>Please give an example and a short description</li>
</ul>
<p><hr /></p>
<h2>Hidden Features also found in other languages' Hidden Features:</h2>
<p>(These are all from <a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162257">Corion's answer</a>)</p>
<ul>
<li><a href="http://stackoverflow.com/questions/132241/hidden-features-of-c#">C#</a>
<ul>
<li>Duff's Device</li>
<li>Portability and Standardness</li>
<li>Quotes for whitespace delimited lists and strings</li>
<li>Aliasable namespaces</li>
</ul></li>
<li><a href="http://stackoverflow.com/questions/15496/hidden-features-of-java">Java</a>
<ul>
<li>Static Initalizers</li>
</ul></li>
<li><a href="http://stackoverflow.com/questions/61088/hidden-features-of-javascript">JavaScript</a>
<ul>
<li>Functions are First Class citizens</li>
<li>Block scope and closure</li>
<li>Calling methods and accessors indirectly through a variable</li>
</ul></li>
<li><a href="http://stackoverflow.com/questions/63998/hidden-features-of-ruby">Ruby</a>
<ul>
<li>Defining methods through code</li>
</ul></li>
<li><a href="http://stackoverflow.com/questions/61401/hidden-features-of-php">PHP</a>
<ul>
<li>Pervasive online documentation</li>
<li>Magic methods</li>
<li>Symbolic references</li>
</ul></li>
<li><a href="http://stackoverflow.com/questions/101268/hidden-features-of-python">Python</a>
<ul>
<li>One line value swapping</li>
<li>Ability to replace even core functions with your own functionality</li>
</ul></li>
</ul>
<h2>Other Hidden Features:</h2>
<p>Operators:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162094">The bool quasi-operator</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162058">The flip-flop operator</a>
<ul>
<li>Also used for <a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#205627">list construction</a></li>
</ul></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162004">The <code>++</code> and unary <code>-</code> operators work on strings</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162075">The repetition operator</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#161943">The spaceship operator</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162239">The || operator (and // operator) to select from a set of choices</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162152">The diamond operator</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162249">Special cases of the <code>m//</code> operator</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162060">The tilde-tilde "operator"</a></li>
</ul>
<p>Quoting constructs:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163416">The qw operator</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162094">Letters can be used as quote delimiters in q{}-like constructs</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163374">Quoting mechanisms</a></li>
</ul>
<p>Syntax and Names:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162094">There can be a space after a sigil</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162094">You can give subs numeric names with symbolic references</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163416">Legal trailing commas</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162601">Grouped Integer Literals</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#168925">hash slices</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#195254">Populating keys of a hash from an array</a></li>
</ul>
<p>Modules, Pragmas, and command-line options:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163440">use strict and use warnings</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163440">Taint checking</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162085">Esoteric use of -n and -p</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163541">CPAN</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162601"><code>overload::constant</code></a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#164255">IO::Handle module</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163725">Safe compartments</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#310083">Attributes</a></li>
</ul>
<p>Variables:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162357">Autovivification</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#161985">The <code>$[</code> variable</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#168947">tie</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#172118">Dynamic Scoping</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#205627">Variable swapping with a single statement</a></li>
</ul>
<p>Loops and flow control:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163440">Magic goto</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163481"><code>for</code> on a single variable</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#169592">continue clause</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#205104">Desperation mode</a></li>
</ul>
<p>Regular expressions:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162565">The <code>\G</code> anchor</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#161976"><code>(?{})</code> and '(??{})` in regexes</a></li>
</ul>
<p>Other features:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163440">The debugger</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162206">Special code blocks such as BEGIN, CHECK, and END</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163700">The <code>DATA</code> block</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162601">New Block Operations</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162601">Source Filters</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162601">Signal Hooks</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#167309">map</a> (<a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#167809">twice</a>)</li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162842">Wrapping built-in functions</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#189883">The <code>eof</code> function</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#194796">The <code>dbmopen</code> function</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#205104">Turning warnings into errors</a></li>
</ul>
<p>Other tricks, and meta-answers:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#163532">cat files, decompressing gzips if needed</a></li>
<li><a href="http://stackoverflow.com/questions/161872/hidden-features-of-perl#162271">Perl Tips</a></li>
</ul>
<p><hr /></p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://stackoverflow.com/questions/132241/hidden-features-of-c">Hidden features of C</a></li>
<li><a href="http://stackoverflow.com/questions/9033/hidden-features-of-c">Hidden features of C#</a></li>
<li><a href="http://stackoverflow.com/questions/75538/hidden-features-of-c">Hidden features of C++</a></li>
<li><a href="http://stackoverflow.com/questions/15496/hidden-features-of-java">Hidden features of Java</a></li>
<li><a href="http://stackoverflow.com/questions/61088/hidden-features-of-javascript">Hidden features of JavaScript</a></li>
<li><a href="http://stackoverflow.com/questions/63998/hidden-features-of-ruby">Hidden features of Ruby</a></li>
<li><a href="http://stackoverflow.com/questions/61401/hidden-features-of-php">Hidden features of PHP</a></li>
<li><a href="http://stackoverflow.com/questions/101268/hidden-features-of-python">Hidden features of Python</a></li>
</ul>
http://stackoverflow.com/questions/1745405/hidden-features-of-go0Hidden features of Go? [closed]Jean Regisser2009-11-16T22:57:49Z2009-11-16T22:57:49Z
<p>Might be a little bit early to ask, but what "hidden" features have you found while playing with <a href="http://golang.org/" rel="nofollow">Go</a>?</p>
http://stackoverflow.com/questions/1160680/hidden-features-tricks-of-flash-development-flash-language-as2-3-and-flash-id4Hidden features/tricks of Flash development, Flash language (AS2/3), and Flash IDEArtem Russakovskii2009-07-21T17:49:17Z2009-11-16T00:56:59Z
<p>Guys, I am thoroughly surprised that there is no Flash <em>Hidden Features</em> post yet in the <a href="http://beerpla.net/2009/06/21/hidden-features-of-perl-php-javascript-c-c-c-java-ruby-python-and-others-collection-of-incredibly-useful-lists/" rel="nofollow">Hidden Features series</a> that I've been tracking for a while now.</p>
<p>There is a recent <a href="http://stackoverflow.com/questions/1103705/hidden-features-of-actionscript3-flex">AS3/Flex one</a> but it's not very active and I don't exactly mean just AS3 when I say Flash here.</p>
<p>The Hidden Features series is great for people who are new to a certain language. It shows the ropes and certain valuable tricks, all in one place. I think it's a brilliant idea. Even experts sometimes find tricks they'd never heard about.</p>
<p>When I started with Flash, I was taken aback by the Flash IDE and odd concepts of Flash, compared to other programming languages.</p>
<p>So, here goes: what are some <strong>hidden features</strong> of <strong>Flash</strong> as a <strong>language (AS2/3)</strong> and the <strong>Flash IDE</strong>?</p>
<p>Let the fun begin.</p>
http://stackoverflow.com/questions/1461767/most-useful-and-least-known-net-framework-api-attribute-etc1Most useful and least known .Net Framework API/Attribute/etc [closed]csharptest.net2009-09-22T18:23:14Z2009-11-15T14:15:49Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/9033/hidden-features-of-c">Hidden Features of C#?</a> </p>
<p><strong>Actual Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/122784/hidden-net-base-class-library-classes">Hidden .NET Base Class Library Classes</a></p>
</blockquote>
<p>It seems occasionally I find people still not aware of and/or not using:</p>
<ol>
<li>Exception.GetBaseException() will return the inner-most exception</li>
<li>System.Diagnostics.DebuggerNonUserCodeAttribute - Marks code to step through unless "Just my code" is disabled in Tools->Options->Debugging</li>
</ol>
<p>Just recently I picked up on the System.Diagnostics.Stopwatch class from here on stackoverflow, and a little while ago I found a neat little attribute:</p>
<pre><code>[System.Runtime.CompilerServices.MethodImpl(MethodImplOptions.NoInlining)]
</code></pre>
<p>This really helps if your using the StackTrace and/or StackFrame classes and fighting the optimizer.</p>
<p>So here is the question: <em>"So what do you use that nobody seems to know about?"</em></p>
http://stackoverflow.com/questions/100420/hidden-features-of-visual-studio-2005-200862Hidden Features of Visual Studio (2005-2008)?shoosh2008-09-19T08:10:54Z2009-11-14T20:20:37Z
<p>VS is such a massively big product that even after years of working with it I sometimes stumble upon a new/better way to do things or things I didn't even know possible.</p>
<p>For instance-</p>
<ul>
<li><p>Crtl-R,Ctrl-W - show white spaces. essential for editing python build scripts.</p></li>
<li><p>Under <code>"HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\Text Editor"</code>
Create a String called <a href="http://stackoverflow.com/questions/84209/vertical-line-after-a-certain-amount-characters-in-visual-studio">Guides</a> with the value "RGB(255,0,0), 80" to have a red line at column 80 in the text editor.</p></li>
</ul>
<p>What other hidden feature have you stumble upon?</p>
http://stackoverflow.com/questions/1682874/hidden-features-of-r3Hidden Features Of R?Nathan Campos2009-11-05T19:12:12Z2009-11-14T11:14:34Z
<p>What are some of the <strong><a href="http://en.wikipedia.org/wiki/R%5F%28programming%5Flanguage%29" rel="nofollow">R</a></strong> statistical language's "hidden features"?</p>
<p>Similar threads:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/75538/hidden-features-of-c">Hidden Features of C++</a></li>
<li><a href="http://stackoverflow.com/questions/9033/hidden-features-of-c">Hidden Features of C#</a></li>
<li><a href="http://stackoverflow.com/questions/61088/hidden-features-of-javascript">Hidden Features of JavaScript</a></li>
<li><a href="http://stackoverflow.com/questions/15496/hidden-features-of-java">Hidden Features of Java</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/hidden-features">Hidden Features Tag</a></li>
</ul>
http://stackoverflow.com/questions/60367/the-single-most-useful-emacs-feature69The single most useful Emacs featureReadonly2008-09-13T06:41:09Z2009-11-14T01:51:46Z
<p>My primary editor is Emacs, but my usage habits and knowledge of features has barely changed over the last few years. </p>
<p>What are the Emacs features that you use on a daily basis? Are there any little-known Emacs features that you find very useful?</p>
<p>Edit: Made this into the recommended poll format...please put one feature per answer from now on.</p>
http://stackoverflow.com/questions/1732124/hidden-features-of-actionscript-3-00Hidden features of ActionScript 3.0 ? [closed]Ken2009-11-13T21:45:56Z2009-11-13T21:45:56Z
<blockquote>
<p><strong>Possible Duplicate:</strong><br>
<a href="http://stackoverflow.com/questions/1160680/hidden-features-tricks-of-flash-development-flash-language-as2-3-and-flash-id">Hidden features/tricks of Flash development, Flash language (AS2/3), and Flash IDE</a> </p>
</blockquote>
<p><i>In the spirit of the other 'Hidden Features' questions.</i></p>
<p>What are some hidden features of ActionScript 3.0? </p>
http://stackoverflow.com/questions/61088/hidden-features-of-javascript202Hidden Features of JavaScript?Allain Lalonde2008-09-14T03:12:50Z2009-11-13T09:58:47Z
<p><strong>What "Hidden Features" of JavaScript do you think every programmer should know?</strong></p>
<p>After having seen the excellent quality of the answers to the following questions I thought it was time to ask it for JavaScript.</p>
<ul>
<li><a href="http://stackoverflow.com/questions/9033/">Hidden Features of C#</a></li>
<li><a href="http://stackoverflow.com/questions/15496/">Hidden Features of Java</a></li>
<li><a href="http://stackoverflow.com/questions/54929/">Hidden Features of ASP.NET</a></li>
<li><a href="http://stackoverflow.com/questions/101268/">Hidden Features of Python</a></li>
<li><a href="http://stackoverflow.com/questions/954327/">Hidden Features of HTML</a></li>
<li><a href="http://stackoverflow.com/questions/61401/">Hidden Features of PHP</a></li>
</ul>
<p>Even though JavaScript is arguably the most important Client Side language right now (just ask Google) it's surprising how little most web developers appreciate how powerful it really is.</p>
http://stackoverflow.com/questions/1521851/hidden-features-of-xpathxslt2Hidden Features of Xpath+XsltBrian2009-10-05T19:12:10Z2009-11-11T16:38:00Z
<p>What are the hidden features of XPath AND XSLT?</p>
http://stackoverflow.com/questions/132241/hidden-features-of-c56Hidden features of Cbernardn2008-09-25T09:02:06Z2009-11-11T13:42:11Z
<p>I know there is a standard behind all C compiler implementations, so there should be no hidden features. Despite that, I am sure all C developers have hidden/secret tricks they use all the time.</p>
http://stackoverflow.com/questions/1025181/hidden-features-of-scala25Hidden features of ScalaKrzysiek Goj2009-06-22T01:05:03Z2009-11-10T14:29:54Z
<p>In the spirit of:</p>
<ul>
<li><a href="http://beta.stackoverflow.com/questions/9033/hidden-features-of-c" rel="nofollow">Hidden Features of C#</a></li>
<li><a href="http://beta.stackoverflow.com/questions/15496/hidden-features-of-java" rel="nofollow">Hidden Features of Java</a></li>
<li><a href="http://beta.stackoverflow.com/questions/54929/what-are-the-hidden-features-of-aspnet" rel="nofollow">Hidden Features of ASP.NET</a></li>
<li><a href="http://stackoverflow.com/questions/101268/hidden-features-of-python">Hidden Features of Python</a></li>
<li><a href="http://stackoverflow.com/questions/954327/">Hidden Features of HTML</a></li>
<li>and other <a href="http://stackoverflow.com/questions/tagged/hidden-features">Hidden Features</a> questions</li>
</ul>
<p><strong>What are the hidden features of <a href="http://www.scala-lang.org/" rel="nofollow">Scala</a> that every Scala developer should be aware of?</strong></p>
<p>One hidden feature per answer, please.</p>
http://stackoverflow.com/questions/61401/hidden-features-of-php81Hidden Features of PHP?George Mauer2008-09-14T15:21:11Z2009-11-08T19:56:35Z
<p><strong>EDIT:</strong> This didn't really start as a hidden features of PHP topic, but thats what it ended up as, so go nuts.</p>
<p><hr /></p>
<p>I know this sounds like a point-whoring question but let me explain where I'm coming from.</p>
<p>Out of college I got a job at a PHP shop. I worked there for a year and a half and thought that I had learned all there was to learn about programming.</p>
<p>Then I got a job as a one-man internal development shop at a sizable corporation where all the work was in C#. In my commitment to the position I started reading a ton of blogs and books and quickly realized how wrong I was to think I knew everything. I learned about unit testing, dependency injection and decorator patterns, the design principle of loose coupling, the composition over inheritance debate, and so on and on and on - I am still very much absorbing it all. Needless to say my programming style has changed entirely in the last year.</p>
<p>Now I find myself picking up a php project doing some coding for a friend's start-up and I feel completely constrained as opposed to programming in C#. It really bothers me that all variables at a class scope have to be referred to by appending '$this->' . It annoys me that none of the IDEs that I've tried have very good intellisense and that my SimpleTest unit tests methods have to start with the word 'test'. It drives me crazy that dynamic typing keeps me from specifying implicitly which parameter type a method expects, and that you have to write a switch statement to do method overloads. I can't stand that you can't have nested namespaces and have to use the :: operator to call the base class's constructor.</p>
<p>Now I have no intention of starting a PHP vs C# debate, rather what I mean to say is that I'm sure there are some PHP features that I either don't know about or know about yet fail to use properly. I am set in my C# universe and having trouble seeing outside the glass bowl.</p>
<p>So I'm asking, what are your favorite features of PHP? What are things you can do in it that you can't or are more difficult in the .Net languages?</p>
http://stackoverflow.com/questions/102254/hidden-features-of-delphi25Hidden Features of DelphiJosephStyons2008-09-19T14:27:14Z2009-11-06T09:16:36Z
<p>The "Hidden Features" series here on StackOverflow has generated some really interesting feedback. So what about my favorite IDE, Delphi? What are some hidden features there?</p>
<p>I'll start with one of my own:</p>
<p>You can invoke inline find by typing Ctrl+E, then typing your search term.</p>
http://stackoverflow.com/questions/1619133/hidden-features-of-android-development23Hidden features of Android development?Artem Russakovskii2009-10-24T21:09:52Z2009-11-03T22:33:04Z
<p>Guys, I am surprised that there is no Android <em>Hidden Features</em> post yet in the <strong><a href="http://beerpla.net/2009/06/21/hidden-features-of-perl-php-javascript-c-c-c-java-ruby-python-and-others-collection-of-incredibly-useful-lists/" rel="nofollow">Hidden Features series</a></strong> that I've been tracking for a while now.</p>
<p>The Hidden Features series is great for people who are new to a certain language. It shows the ropes and certain valuable tricks, all in one place. I think it's a brilliant idea. Even experts sometimes find tricks they'd never heard about.</p>
<p>I am starting Android development and I'd love to hear about its hidden features, tips, tricks, and pitfalls.</p>
<p>So, here goes: what are some <strong>hidden features</strong> of <strong>Android</strong>?</p>
<p><strong>Update:</strong> Started a bounty due to lack of answers. The topic is definitely prevalent, especially now that Android is gaining popularity.</p>
http://stackoverflow.com/questions/381231/hidden-features-in-oracle15Hidden features in OraclePeter Gfader2008-12-19T15:12:55Z2009-11-02T20:03:59Z
<p>I enjoyed the answers and questions about <a href="http://stackoverflow.com/questions/121243/hidden-features-of-sql-server">hidden features in sql server</a> </p>
<p>What can you tell us about Oracle?<br />
Hidden tables, inner workings of ..., secret stored procs, package that has good utils...</p>
http://stackoverflow.com/questions/146297/what-are-those-little-xcode-tips-tricks-you-wish-you-knew-about-2-years-ago123What are those little Xcode tips & tricks you wish you knew about 2 years ago?schwa2008-09-28T17:26:37Z2009-11-01T01:35:20Z
<p>With a huge influx of newbies to Xcode I'm sure there are lots of Xcode tips and tricks to be shared.</p>
<p>What are yours? </p>
http://stackoverflow.com/questions/1651261/hidden-features-best-uses-of-sqlclr-ms-sql-server-2005-and-20083Hidden features/Best uses of SQLCLR (MS SQL Server 2005 and 2008)Nestor2009-10-30T17:34:58Z2009-10-31T17:58:52Z
<p>Continuing on the hidden features theme, I havent found one for SQLCLR (Microsoft 2005 / 2008).
For example, undocumented features, tricks to do things which are very useful but not documented enough? Also features that are very useful in general.</p>