Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic auto-complete support #1

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

nayanshah
Copy link

Idea is to auto-complete classes and methods names based on the loaded assemblies
v1 involves popping up suggestions when '.' or ctrl+space is pressed and completing the text based on the suggestion.

Also updated the sln and added a test project.

Nayan Shah added 13 commits August 21, 2015 18:12
Also, hides the box if any non alphanumerical key is pressed
If it doesn't match, hide the suggestion box and continue typing
- Read a given assembly and store all elements in TreeView
- Find the children for given name
- Populate the suggestion box (currently hardcoded to current application)
- Auto-complete data is now stored in a custom Node class
- Added some unit tests for Autocomplete
@mmanela
Copy link
Owner

mmanela commented Sep 7, 2015

Sounds interesting.

I played with it and it does not seem to work correctly.
I wrote a regex instance but the drop down shows nothing correct:
image

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Deploy" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a test comment

@mmanela mmanela mentioned this pull request Jul 31, 2018
@mmanela
Copy link
Owner

mmanela commented Jul 31, 2018

#4

@mmanela mmanela mentioned this pull request Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants