Skip to content

Introduce new language service features #4

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

Merged
merged 1 commit into from
Jul 22, 2015
Merged

Conversation

kaylaerdmann
Copy link

This change introduces the following language service features:

  • Finding references of symbols in a file
  • Finding occurences of symbols in a file
  • Showing parameter hints for a command
  • Finding the definition of a command or variable
  • Getting the details of a specific completion result

All of these features are also exposed through the stdio transport

@daviwil
Copy link
Contributor

daviwil commented Jul 22, 2015

Just looked into the failing build, looks like it's due to having the wrong submodule commit hash for the PSScriptAnalyzer folder. I'll help you get that fixed.

@kaylaerdmann kaylaerdmann force-pushed the kaylad/language-features branch from 40866f5 to fd295f1 Compare July 22, 2015 22:23
This change introduces the following language service features:

- Finding references of symbols in a file
- Finding occurences of symbols in a file
- Showing parameter hints for a command
- Finding the definition of a command or variable
- Getting the details of a specific completion result

All of these features are also exposed through the stdio transport
@kaylaerdmann kaylaerdmann force-pushed the kaylad/language-features branch from fd295f1 to e8d9c5e Compare July 22, 2015 22:34
daviwil added a commit that referenced this pull request Jul 22, 2015
Introduce new language service features
@daviwil daviwil merged commit e307480 into master Jul 22, 2015
@kaylaerdmann kaylaerdmann deleted the kaylad/language-features branch July 22, 2015 23:02
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