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

Implement onWorkspaceSymbol, onSignatureHelp, onDocumentSymbol, onReferences, improve onDefinition #191

Commits on Sep 16, 2020

  1. implement onWorkspaceSymbol and onDocumentSymbol and improve onDefini…

    …tion, spelling corrections
    triwav committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    941942e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Add onSignatureHelp support to LSP, splitStringIntoLines and getTextF…

    …orRange helpers, fix getFullyQualifiedClassName misspelling,
    triwav committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    c140257 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into implement_onWorkspa…

    …ceSymbol_and_onDocumentSymbol_and_improve_onDefinition
    
    # Conflicts:
    #	src/interfaces.ts
    #	src/util.ts
    triwav committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    58e3183 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Merge remote-tracking branch 'origin/master' into implement_onWorkspa…

    …ceSymbol_and_onDocumentSymbol_and_improve_onDefinition
    
    # Conflicts:
    #	src/files/BrsFile.ts
    #	src/parser/ClassStatement.ts
    triwav committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    0824a63 View commit details
    Browse the repository at this point in the history
  2. Fix issues from merge

    triwav committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    4de030b View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Remove comments from launch.json as wasn't wanting to work without re…

    …moving, fix warnings for sourcemaps by excluding typescript and vscode-languageserver node modules
    triwav committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c90ab43 View commit details
    Browse the repository at this point in the history
  2. remove again

    triwav committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    37c6c66 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    06d8b40 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into implement_onWorkspa…

    …ceSymbol_and_onDocumentSymbol_and_improve_onDefinition
    
    # Conflicts:
    #	src/LanguageServer.ts
    #	src/Scope.ts
    #	src/validators/ClassValidator.ts
    triwav committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    4913c6e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    72b42e9 View commit details
    Browse the repository at this point in the history
  2. start writing tests for onSignatureHelp, fix crashing bug if there is…

    …n't any documentation above
    triwav committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    deba759 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07883a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    2897334 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into implement_onWorkspa…

    …ceSymbol_and_onDocumentSymbol_and_improve_onDefinition
    
    # Conflicts:
    #	src/LanguageServer.spec.ts
    #	src/LanguageServer.ts
    #	src/files/BrsFile.ts
    #	src/files/XmlFile.ts
    #	src/interfaces.ts
    triwav committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    1df7854 View commit details
    Browse the repository at this point in the history
  3. re-add imports

    triwav committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    d0ef64c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Fix circular imports

    triwav committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    89014b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    892a758 View commit details
    Browse the repository at this point in the history
  3. Remove only

    triwav committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    410942b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0a6dd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Add unit tests for onDefinition, onDocumentSymbol and onWorkspaceSymb…

    …ol, improve onSignatureHelp and onReferences unit tests
    triwav committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3d5bfb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b135f02 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Rename addBrsFile to addScriptFile, fix symbols for namespaces and br…

    …ightscript classes by traversing children, fix race conditions by waiting on keyedThrottler
    triwav committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    e30c52a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    9d568e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3806115 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into implement_onWorkspa…

    …ceSymbol_and_onDocumentSymbol_and_improve_onDefinition
    
    # Conflicts:
    #	.vscode/launch.json
    #	src/Program.ts
    #	src/files/BrsFile.ts
    #	src/interfaces.ts
    triwav committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    4b6f909 View commit details
    Browse the repository at this point in the history
  4. Switch getDefinition to use ast directly, correct case where onDefini…

    …tion and onSignatureHelp didn't work for class methods
    triwav committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    ec12214 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    6c5a3cd View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into implement_onWorkspa…

    …ceSymbol_and_onDocumentSymbol_and_improve_onDefinition
    triwav committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    6a5583d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a738d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    5b2ea67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41354cb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. PR feedback changes

    triwav committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    1d7a343 View commit details
    Browse the repository at this point in the history
  2. Remove unused types

    triwav committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    09b80d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. PR feedback: remove more instanceof, rename splitStringIntoLines to s…

    …plitIntoLines, remove TokenKind limitations for onReferences
    triwav committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    f5a3f13 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    triwav committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    50f0db2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Merge branch 'master' into implement_onWorkspaceSymbol_and_onDocument…

    …Symbol_and_improve_onDefinition
    TwitchBronBron committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    79d744b View commit details
    Browse the repository at this point in the history