issues Search Results · repo:zardoy/typescript-vscode-plugins language:TypeScript
Filter by
135 results
(56 ms)135 results
inzardoy/typescript-vscode-plugins (press backspace or delete to remove)Is that would be possible to have something like in WebStorm?
Unambiguous imports on the fly With this checkbox selected, WebStorm adds import statements when you type your code or
paste a fragment with ...
svipas
- 2
- Opened on Dec 21, 2024
- #224
img width= 511 alt= image src= https://github.com/user-attachments/assets/e4c35316-ab16-4059-9be5-0e7c7927eda6 /
It should highlight only methods/props inside Foo class, not everything outside of it, ...
svipas
- 1
- Opened on Dec 12, 2024
- #223
Recording 2024-12-11 at 18 58 31
Only turning off tsEssentialPlugins.objectLiteralCompletions.moreVariants : true fixes the issue. It should give me a
list of suggestions.
svipas
- Opened on Dec 11, 2024
- #222
I really like this setting, but as mentioned in description of this setting - performance isn t great when there are a
lot of items. Thinking maybe caching would help in this situation? Just that probably ...
svipas
- 2
- Opened on Dec 10, 2024
- #221
I see that I can re-order suggestions/auto-imports. How I can do that if it comes locally (from the project) always
first, then if it s from expo or react-native, and, lastly all other suggestions, if ...
svipas
- 12
- Opened on Dec 9, 2024
- #220
I think this one should be removed: tsEssentialPlugins.switchExcludeCoveredCases as it is now supported by default by
TS.
svipas
- 1
- Opened on Dec 9, 2024
- #219
code:
const Comp = ({ children }: { children: any }) = {
return div Test /div ;
};
export default function App() {
return Comp 6666666666 /Comp ;
}
default behavior: open peek view
img width= ...
tjx666
- Opened on Jul 19, 2024
- #217
Per the title, I just installed this plugin and enabled patch outline yet no jsx elements show up in the outline for my
react native tsx files. On typescript 5.5.3. Could this be affected by jsx : react-native ...
evelant
- 3
- Opened on Jul 18, 2024
- #216
I use next-nprogress-bar in my next.js project, but ts will sometimes import useRouter from next-nprogress-bar which is
not my expected:
import { useRouter } from next-nprogress-bar ;
export function ...
tjx666
- 1
- Opened on Jul 1, 2024
- #215
Benefit
In these case, I normally need to trigger suggestion by shortcut, with auto suggestion would be more convinient.
Note
↓ respensent cursor position.
case1
press space or enter in object destructure ...
tjx666
- Opened on Jun 27, 2024
- #214

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.