lac
Senior Member
  
30 Posts |
Posted - Aug 07 2012 : 09:47:08 AM
|
Is there a way to force VAX to exclude certain identifiers from the suggestion list?
I'm constantly accidentally completing on UINT, UINT8, UINT16, etc. when I want uint8_t, uint16_t etc. |
|
accord
Whole Tomato Software
    
United Kingdom
3287 Posts |
Posted - Aug 08 2012 : 12:04:02 AM
|
I'm not aware of any method to remove them. However, you can help with this if you create VA Snippets for the identifiers:
VAssistX -> Tools -> Edit VA Snippets...
http://www.wholetomato.com/products/features/vasnippets.asp
VA Snippets have the property that they always have the highest priority in listboxes. So if you have a snippet for "uint8_t" with the shortcut "uint8", this snippet will always be selected by default when you type uint8.
Hope this helps. |
 |
|