TypeScript/src/services
Andrew Branch 271e069af3
Don’t offer import statement completions at from position (#44125)
* Don’t offer import statement completions at `from` position

* Set isGlobalCompletion to false, use indexOf lookup
2021-05-17 17:48:15 -07:00
..
codefixes Cache accessibe symbol chains and serialized type parameter name generation (#43973) 2021-05-12 12:11:20 -07:00
formatting Fix jsx formatting (#42671) 2021-03-13 01:00:42 -08:00
refactors fix(42829) ignore preceeding jsx whitespace (#43452) 2021-04-22 15:12:05 -07:00
breakpoints.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
callHierarchy.ts Add undefined to Symbol.declarations' type (#42975) 2021-03-01 14:32:28 -08:00
classifier.ts @link support, second try (#43312) 2021-03-22 16:39:35 -07:00
classifier2020.ts Import the semantic highlighter from typescript-vscode-sh-plugin (#39119) 2020-09-11 15:10:55 -04:00
codeFixProvider.ts --noImplicitOverride (#39669) 2021-03-26 16:29:22 -07:00
completions.ts Don’t offer import statement completions at from position (#44125) 2021-05-17 17:48:15 -07:00
documentHighlights.ts getSemanticDocumentHighlights: don't fail... 2021-03-25 15:48:34 -04:00
documentRegistry.ts Handle document Registry to distinguish between files with same name and document registry key(compiler options affecting source file) but different ScriptKind (#43474) 2021-04-05 13:27:34 -07:00
exportAsModule.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
findAllReferences.ts Improve errors for incorrectly nested export default (#43967) 2021-05-07 08:09:38 -07:00
getEditsForFileRename.ts Add undefined to Symbol.declarations' type (#42975) 2021-03-01 14:32:28 -08:00
globalThisShim.ts Move codefix types into services/types.ts (#35506) 2019-12-05 10:51:31 -08:00
goToDefinition.ts Handle localness in special cases by checking exported variable assignment (#43851) 2021-04-30 13:17:59 -07:00
importTracker.ts Improve errors for incorrectly nested export default (#43967) 2021-05-07 08:09:38 -07:00
jsDoc.ts Omit spaces after https in jsdoc comments (#43800) 2021-04-23 16:23:34 -07:00
navigateTo.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
navigationBar.ts Merge pull request #42332 from a-tarasyuk/fix/42259 2021-02-24 17:35:36 -08:00
organizeImports.ts Added skipDestructiveCodeActions argument to organize imports server command (#43184) 2021-04-20 09:04:17 -07:00
outliningElementsCollector.ts fix: change deprecated FunctionLike type to SignatureDeclaration (#40795) 2020-10-06 07:51:01 -07:00
patternMatcher.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
preProcess.ts Handle import type and export type in preprocess (#37508) 2020-03-23 10:11:01 -07:00
refactorProvider.ts Hierarchical refactorings (#41975) 2020-12-23 12:50:03 -08:00
rename.ts fix(43559): allow renaming in files with no-default-lib enabled (#43579) 2021-04-23 16:56:33 -07:00
services.ts Support semantic highlights for JS files (#43992) 2021-05-07 20:02:26 +01:00
shims.ts Update typescript-eslint to latest (#43381) 2021-03-25 14:46:16 -07:00
signatureHelp.ts @link support, second try (#43312) 2021-03-22 16:39:35 -07:00
smartSelection.ts feat(42735): add single line comments to selection ranges (#42763) 2021-02-11 17:14:55 -08:00
sourcemaps.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
stringCompletions.ts Import statement completions (#43149) 2021-03-26 14:47:07 -07:00
suggestionDiagnostics.ts fix(43939): forbid converting getters to async/await (#43944) 2021-05-06 01:48:54 -07:00
symbolDisplay.ts Improve errors for incorrectly nested export default (#43967) 2021-05-07 08:09:38 -07:00
textChanges.ts Fix organize imports overlap (#43228) 2021-04-19 15:10:57 -07:00
transform.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
transpile.ts Migrate more places to use Map/Set 2020-06-26 10:15:53 -07:00
tsconfig.json --noImplicitOverride (#39669) 2021-03-26 16:29:22 -07:00
types.ts Added skipDestructiveCodeActions argument to organize imports server command (#43184) 2021-04-20 09:04:17 -07:00
utilities.ts Cache accessibe symbol chains and serialized type parameter name generation (#43973) 2021-05-12 12:11:20 -07:00