SapphireSteel Forum
Welcome, Guest. Please login or register.
May 22, 2013, 09:14:06 AM

Login with username, password and session length
Search:     Advanced search
Welcome to the SapphireSteel forum - for discussion of the Ruby In Steel and Amethyst IDEs
3884 Posts in 800 Topics by 669 Members
Latest Member: m
* Home Help Search Login Register
+  SapphireSteel Forum
|-+  General
| |-+  Amethyst
| | |-+  editor autocomplete
« previous next »
Pages: [1] Print
Author Topic: editor autocomplete  (Read 799 times)
Azeem
Newbie
*
Posts: 15


« on: March 14, 2011, 04:29:34 PM »

Hello,

When I'm declaring a variable, it seems IntelliSense kicks in and starts completing my variable name in actionscript which requires me to retype the variable name. Is there anyway around this?

Example:

var e:Event = new Event();

In this case, if I type e:, it gets transformed to Event: and then I've to backspace and fix it.

Thanks! - Azeem
Logged
Huw Collingbourne
Administrator
Hero Member
*****
Posts: 934



« Reply #1 on: March 14, 2011, 04:48:39 PM »

This is in fact standard Visual Studio behaviour (I know because it drives me up the wall in C#). The good news is you can turn it off. There are several options for doing that. Either you can disable autocomplete when characters are typed (Tools/Options.Text Editor/ActionScript/IntelliSense) and uncheck Show completion list after character is typed. Or you can disable completion after specific chars (edit the list of completion characters in the dialog). Also, you may want to try setting the option Dismiss the completion list when a mismatch occurs. You should be able to tailor the way that completion works (and which items are shown in the list) by carefully adjusting the IntelliSense options.

best wishes

Huw
Logged
Azeem
Newbie
*
Posts: 15


« Reply #2 on: March 14, 2011, 04:51:08 PM »

Huw,

Thank you for the quick response. I never really noticed in C# - may be because of how I name my variables or something when I'm working in C#. Thanks for responding and explaining. It is much appreciated.

Thanks! - Azeem
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!