Entwicklerkonference ‘00 IntelliSense ® and Sensibility Ted Roche Blackstone Incorporated Ted Roche Blackstone Incorporated

Slides:



Advertisements
Similar presentations
Copyright 2002, Paradigm Publishing Inc. CHAPTER 23 BACKNEXTEND 23-1 LINKS TO OBJECTIVES Form Concepts Creating the Form Template Creating the Form Template.
Advertisements

Online Submission and Management Information -- Authors
Copyright © 2003 Americas’ SAP Users’ Group Custom Archiving 101 Session Code 108 Karin Tillotson Sr. Basis Administrator Tuesday, May 20 th, 2003.
Copyright © 2003 Americas’ SAP Users’ Group AFS Roundtable Session 2 of 2 Brian Nennmann & Gene Martinez Tuesday, May 20th.
Customizing Exception Messages: Inbox View Gerry Tennity TradeLink Solutions Inc.
LemGen (Linguistic EMulation and Generation ENgine) CS491 Project Chris Lemcke.
Creating a Console Application with Visual Studio
Filters using Regular Expressions grep: Searching a Pattern.
Copyright 2000 All Rights Reserved Raz-Lee, Ltd. FileScope Tools Programmers Toolbox.
Visual Studio Tips and Tricks. Credits Zain Naboulsi Microsoft Developer Evangelist isbn:
Presented by: Asif Rehmani, SharePoint Server MVP Trainer/Solution Architect Twitter id: asifrehmani Creating Workflows with.
With Jim Mollé Learn iT! Computer Software Training.
Microsoft Visual Basic 2012 Using Procedures and Exception Handling CHAPTER SEVEN.
Short report from Germany Regarding Microsoft Resource Localization Toolkit and other things.
Data, graphics, and programming in R 28.1, 30.1, Daily:10:00-12:45 & 13:45-16:30 EXCEPT WED 4 th 9:00-11:45 & 12:45-15:30 Teacher: Anna Kuparinen.
Keith Elder Microsoft MVP
Appendices A - F A-F Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
Top Free Tools for Tuning SQL Statements Kevin Kline & Aaron Bertrand SQL Sentry, Inc.
Entwicklerkonference ‘00 FoxPro Application Maintenance Ted Roche Blackstone Incorporated Ted Roche Blackstone Incorporated
Session Title Presented by: Presenter name(s), Institution(s)/Company(s) October xx, 2013.
Chapter 9: MuPAD Programming II Procedures MATLAB for Scientist and Engineers Using Symbolic Toolbox.
1. 2 Celebrating Our 40 th Anniversary serving amazing people just like you!
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Presenter Name Presenter School. About this Template  This template is compatible with Microsoft ® PowerPoint ® 2007, PowerPoint ® 2010, PowerPoint ®
Join the MVA Community! ▪ Microsoft Virtual Academy—Free online training! ‒ Tailored for IT Pros and Developers ‒ Over 1M registered users ▪ Earn while.
OCC Network Drives  H:\  P:\ 
SharePoint Solution Creation Tools for the IT Pro Without Semicolons Robert Bogue Thor Projects
What I learned at Southwest Fox 2006 Barbara Peisch.
Common interface of Microsoft Office
Denny Cherry twitter.com/mrdenny.
Siddharth Bhatia Senior Program Manager Microsoft Session Code: DTL301.
Introduction to Visual Basic Programming. Introduction Simple Program: Printing a Line of Text Another Simple Program: Adding Integers Memory Concepts.
2010 Dynamics GP Client Conference Tailoring Dynamics GP with Extender and Report Builder Tools.
Understanding StarTeam Enterprise Advantage Course #4124.
Session 2: Basic HTML HTML Coding Spring 2009 The LIS Web Team Presents.
How do you check for extraneous solutions? -=. In this lesson you will learn to identify extraneous solutions in rational equations by checking solutions.
VS33 Developer Productivity Enhancements in Visual Studio 2015 Robert Green Technical Evangelist, DX,
Site Lifecycle – Creating and Archiving Sites Robert Bogue Thor Projects
Python: Building Geoprocessing Tools David Wynne, Ghislain Prince.
Using Structures With CFCs By Selene Bainum. June 27 th - 30 th 2007www.cfunited.com Why Am I here? Familiar with structures Familiar with ColdFusion.
BCTRA EDUCATION COMMITTEE 2015 PRESENTER: ALISON KOCI.
Visual Studio 2015 Tips and Tricks Robert Green Program Manager Evangelism, DX,
Developing for the Future with Visual Studio 11 Karl Davies-Barrett CEE DPE Tech Lead, Microsoft Brian Keller, Microsoft Sr. Technical Evangelist, Microsoft.
Multiplication Facts 12s By: Mr. N.S. Ramos Question Number 1 12 x 11 =
With Jim Mollé Learn iT! Computer Software Training.
Eli Robillard Microsoft Office Server & Services
Unit Testing in VFP Ted Roche Ted Roche & Associates, LLC
HOW TO CREATE YOUR LISTING
7/2/2018 3:48 AM BRK3394: Visual Studio Code The most useful (and underused!) tips and tricks Chris Dias Principal Program Manager VS Code © Microsoft.
Microsoft Visual Studio Tips and Tricks
Microsoft Visual Basic 2005: Reloaded Second Edition
Powerpoint Search Engine
Illinois Society Sons of the American Revolution
Microsoft Office Illustrated
Chapters 1–4 Mark G. Sobell
Chapter 8–Part V Mark G. Sobell
A Practical Guide to Linux® Commands, Editors, and Shell Programming
Tips and Tricks in Visual Studio 2017
EC-Council CEH v v10 Questions Killtest
Microsoft Ignite /9/2018 5:03 AM BRK1010
Create Links to STAT!Ref for your Web site
Building Modern Windows Applications with Visual C
TechEd /3/2018 8:11 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Do Now 1) t + 3 = – 2 2) 18 – 4v = 42.
Plotting Data with MATLAB
SQL Server Performance Tuning Nowadays
Presenter #1 • Presenter #2 • Presenter #3 Presenter #4 • Presenter #5
5/25/2019 2:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Visual Studio productivity
Writers : First writer, Second writer, Third writer
Presentation transcript:

Entwicklerkonference ‘00 IntelliSense ® and Sensibility Ted Roche Blackstone Incorporated Ted Roche Blackstone Incorporated Session Number

Copyright © 2000 Ted Roche Who Am I?  Director of Development  Microsoft Certified Solution Developer, Microsoft Certified Systems Engineer  Co-Author Hacker’s Guide to VFP 6  Microsoft Support MVP, present

Copyright © 2000 Ted Roche IntelliSense  What is it?  How does it work?  Files and Object structure  Extending IntelliSense  But I want it Now!!!

Copyright © 2000 Ted Roche What is IntelliSense?  Keyword Expansion  Command Completion  Most Recently-Used (MRU) Lists  Quick Info (Ctrl+I)  List Members (Ctrl+J)

Copyright © 2000 Ted Roche How Does IntelliSense Work  Activator and Terminator Keys  Keyword Recognition  Recognizes active objects  Parses code for strongly-typed variables  Performs functions specified in FoxCode.DBF

Copyright © 2000 Ted Roche Under the Hood: IntelliSense  _FOXCODE points to FoxCode.DBF  _CODESENSE points to FoxCode.APP  _VFP.EditorOptions dis/enable options  FoxCode.DBF structure and meaning

Copyright © 2000 Ted Roche Extending IntelliSense  Use the IntelliSense Manager  Edit the FoxCode.DBF directly

Copyright © 2000 Ted Roche But I want it NOW!!!  Check out:  Cob Editor Extensions (CEE) by Randy Wallin and Ryan Katri  ISX.PRG – IntelliSense for VFP6 by Christof Lange both on Conference CD-ROM

Copyright © 2000 Ted Roche Thank you! Please remember to fill out your evaluation. Ted Roche Blackstone Incorporated Ted Roche Blackstone Incorporated